diff options
Diffstat (limited to 'unscoop.c')
-rw-r--r-- | unscoop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unscoop.c b/unscoop.c index c9e68f3..6638774 100644 --- a/unscoop.c +++ b/unscoop.c @@ -329,8 +329,8 @@ static void dedupEvents(sqlite3 *db) { int main(int argc, char *argv[]) { bool test = false; - char *path = NULL; bool dedup = false; + const char *path = NULL; const char *network = NULL; const char *context = NULL; const struct Format *format = &Formats[0]; |