added \n
authormatthew <matthew@owens.tech>
Sun, 29 Jul 2018 19:14:39 +0000 (19:14 +0000)
committermatthew <matthew@owens.tech>
Sun, 29 Jul 2018 19:14:39 +0000 (19:14 +0000)
nogl/main.c

index 3882ae9..05b76f9 100644 (file)
@@ -15,7 +15,7 @@ bool init()
 
        board = board_init(5,3);
        if(board == NULL){
-               printf("ERROR: board null!");
+               printf("ERROR: board null!\n");
                return false;
        }
        return true;