summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-10-27 16:48:00 -0400
committerAndrew Opalach <andrew@akon.city> 2019-10-27 16:48:00 -0400
commit7010781fe755fe0e70b4f1e679b4a8571b02644b (patch)
tree58b2c1bc2f22240eb06ed89fd40196c9cac6f9f6 /test
parentada53c1b0d303e420d884e77845a31c9de6dfa12 (diff)
downloadcetris-7010781fe755fe0e70b4f1e679b4a8571b02644b.tar.gz
cetris-7010781fe755fe0e70b4f1e679b4a8571b02644b.tar.bz2
cetris-7010781fe755fe0e70b4f1e679b4a8571b02644b.zip
minor fix in function defintion
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 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));