summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0f6ba0b..0acfc6b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -421,7 +421,7 @@ main (int argc,
return EX_UNAVAILABLE;
}
- state.boot_server = start_boot_server (&state);
+ state.boot_server = start_boot_server (&state);
if (state.boot_server == NULL)
{