aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gnunet-config.c')
-rw-r--r--src/util/gnunet-config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/gnunet-config.c b/src/util/gnunet-config.c
index 532a5a0d6..4528bbe24 100644
--- a/src/util/gnunet-config.c
+++ b/src/util/gnunet-config.c
@@ -102,9 +102,9 @@ print_option (void *cls,
102 else 102 else
103 { 103 {
104 fprintf (stdout, 104 fprintf (stdout,
105 "%s = %s\n", 105 "%s = %s\n",
106 option, 106 option,
107 value); 107 value);
108 } 108 }
109} 109}
110 110