diff options
| author | 2019-12-31 10:39:43 -0500 | |
|---|---|---|
| committer | 2019-12-31 10:39:43 -0500 | |
| commit | 1d3d5cbc1029d8f484b67a59c38b811a6abc9de1 (patch) | |
| tree | e30fab4c0d1e94c3c88d0a79ca4de13b6fa26d95 /test | |
| parent | 50cd4a39b2f12000190b6c99fd1ad3185ea410bc (diff) | |
| download | cetris-1d3d5cbc1029d8f484b67a59c38b811a6abc9de1.tar.gz cetris-1d3d5cbc1029d8f484b67a59c38b811a6abc9de1.tar.bz2 cetris-1d3d5cbc1029d8f484b67a59c38b811a6abc9de1.zip | |
cleanup
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)); |