*gna*
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 23 Oct 2014 19:10:14 +0000 (21:10 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 23 Oct 2014 19:10:14 +0000 (21:10 +0200)
citadel/citserver.c

index 2a64228f79bf86264f1b14f368eb3138de78f238..18e0112487d70c1d98458a30c6536364714681a7 100644 (file)
@@ -45,7 +45,7 @@ void cit_backtrace(void)
        char **strings;
 
        const char *p = IOSTR;
-       if (p == NULL) p = ""
+       if (p == NULL) p = "";
        size = backtrace(stack_frames, sizeof(stack_frames) / sizeof(void*));
        strings = backtrace_symbols(stack_frames, size);
        for (i = 0; i < size; i++) {