undo ocat -v change

This commit is contained in:
Jan-Piet Mens 2015-09-14 16:29:13 +02:00
parent 7405bc2382
commit 90ee93b4b4

5
ocat.c
View File

@ -172,10 +172,7 @@ void print_versioninfo()
printf("\tDOCROOT = \"%s\"\n", DOCROOT);
printf("\tGHASHPREC = %d\n", GHASHPREC);
printf("\tDEFAULT_HISTORY_HOURS = %d\n", DEFAULT_HISTORY_HOURS);
printf("\tJSON_INDENT = ");
if (JSON_INDENT)
printf("\"%s\"\n", JSON_INDENT);
else printf("NULL\n");
printf("\tJSON_INDENT = \"%s\"\n", (JSON_INDENT) ? JSON_INDENT : "NULL");
exit(0);
}