From 7010781fe755fe0e70b4f1e679b4a8571b02644b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 27 Oct 2019 16:48:00 -0400 Subject: minor fix in function defintion --- test/memory_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/memory_test.c b/test/memory_test.c index 7a61f6a..4b00aab 100644 --- a/test/memory_test.c +++ b/test/memory_test.c @@ -5,7 +5,7 @@ int main(void) { cetris_game game; - init_game(&game); + init_game(&game, NULL); printf("memory usage of game instance: %li\n", sizeof(game)); -- cgit v1.2.3-101-g0448