summaryrefslogtreecommitdiff
path: root/pith/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/help.c')
-rw-r--r--pith/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/help.c b/pith/help.c
index f92cab4f..6f61e885 100644
--- a/pith/help.c
+++ b/pith/help.c
@@ -216,7 +216,7 @@ debugjournal_to_file(FILE *dfile)
p = NULL;
}
- if(p){
+ if(p != NULL){
if(p->timestamp && p->timestamp[0]
&& (fputs(p->timestamp, dfile) == EOF
|| fputs(": ", dfile) == EOF))