diff options
Diffstat (limited to '')
-rw-r--r-- | litterbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litterbox.c b/litterbox.c index ffd838c..1546cd8 100644 --- a/litterbox.c +++ b/litterbox.c @@ -743,9 +743,9 @@ static void quit(int sig) { } int main(int argc, char *argv[]) { - char *path = NULL; bool init = false; bool migrate = false; + const char *path = NULL; const char *backup = NULL; bool insecure = false; |