From 8b4dae4fd0e370187ddfe3f06741882b5758ffaa Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 23 Oct 2014 21:10:14 +0200 Subject: [PATCH] *gna* --- citadel/citserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/citserver.c b/citadel/citserver.c index 2a64228f7..18e011248 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -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++) { -- 2.39.2