Typo fix.
[open-adventure.git] / init.c
diff --git a/init.c b/init.c
index d00255dacd6a9824286ab45928311917bc1b7f0d..e413fff4dabc623ea1f22842e48b70cb8a8679e1 100644 (file)
--- a/init.c
+++ b/init.c
@@ -27,8 +27,9 @@ struct game_t game = {
 };
 
 int initialise(void) {
-       if (settings.oldstyle)
+       if (settings.oldstyle) {
                printf("Initialising...\n");
+       }
 
        srand(time(NULL));
        int seedval = (int)rand();