diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/memory_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memory_test.c b/test/memory_test.c index 8966a4f..7fc19e0 100644 --- a/test/memory_test.c +++ b/test/memory_test.c @@ -5,7 +5,7 @@ int main(void) { cetris_game game; - init_game(&game, NULL); + init_game(&game); printf("memory usage of game instance: %li\n", sizeof(game)); |