fix type in C simple example

This commit is contained in:
Haneef Mubarak 2014-11-27 13:53:04 -08:00
parent 0a9a7e753c
commit 9c34d5e361
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <unistd.h> // sysconf() - get CPU count
char DBPath[] = "/tmp/rocksdb_simple_example";
const char DBPath[] = "/tmp/rocksdb_simple_example";
int main (int argc, char **argv) {
rocksdb_t *db;