From 1d3d5cbc1029d8f484b67a59c38b811a6abc9de1 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 31 Dec 2019 10:39:43 -0500 Subject: cleanup --- 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 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)); -- cgit v1.2.3-101-g0448