From da1f2f79577fe0d0a7de7a6f5e3e0c9533a030a6 Mon Sep 17 00:00:00 2001
From: matthew <matthew@owens.tech>
Date: Sun, 29 Jul 2018 19:14:39 +0000
Subject: [PATCH] added \n

---
 nogl/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nogl/main.c b/nogl/main.c
index 3882ae9..05b76f9 100644
--- a/nogl/main.c
+++ b/nogl/main.c
@@ -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;
-- 
2.20.1