aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 16a67c00..b969e15c 100644
--- a/conf.c
+++ b/conf.c
@@ -94,7 +94,7 @@ static void listdump(const char *name, struct idlist *list)
fprintf(stdout, "\"%s\":", name);
if (!list)
- fputs("None,\n", stdout);
+ fputs("[],\n", stdout);
else
{
struct idlist *idp;