summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.c b/src/init.c
index 748b6c054..e0dfe8086 100644
--- a/src/init.c
+++ b/src/init.c
@@ -323,8 +323,8 @@ static int parse_options(int ac, char **av)
forceload = 1;
} else if (strcmp(s, "nothird") == 0) {
nothird = 1;
- } else if (strcmp(s, "protocoldebug") == 0) {
- protocoldebug = 1;
+ } else if (strcmp(s, "protocoldebug") == 0) {
+ protocoldebug = 1;
} else if (strcmp(s, "support") == 0) {
nofork = 1;
debug++;