diff options
Diffstat (limited to 'litterbox.h')
-rw-r--r-- | litterbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litterbox.h b/litterbox.h index 07d4bbc..5a9a4f6 100644 --- a/litterbox.h +++ b/litterbox.h @@ -24,7 +24,7 @@ #include <sys/stat.h> #include <sysexits.h> -#define DATABASE_PATH "litterbox/database.sqlite" +#define DATABASE_PATH "litterbox/litterbox.sqlite" static inline sqlite3 *dbOpenPath(char *path, int flags) { char *base = strrchr(path, '/'); |