summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-12-31 10:39:43 -0500
committerAndrew Opalach <andrew@akon.city> 2019-12-31 10:39:43 -0500
commit1d3d5cbc1029d8f484b67a59c38b811a6abc9de1 (patch)
treee30fab4c0d1e94c3c88d0a79ca4de13b6fa26d95 /test
parent50cd4a39b2f12000190b6c99fd1ad3185ea410bc (diff)
downloadcetris-1d3d5cbc1029d8f484b67a59c38b811a6abc9de1.tar.gz
cetris-1d3d5cbc1029d8f484b67a59c38b811a6abc9de1.tar.bz2
cetris-1d3d5cbc1029d8f484b67a59c38b811a6abc9de1.zip
cleanup
Diffstat (limited to 'test')
-rw-r--r--test/memory_test.c2
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));