diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-15 10:33:45 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-15 10:33:45 (GMT) |
commit | 8126a2234530d95d1d3854b50335b88478a6b824 (patch) | |
tree | 2d08a9dfdfe8304422eeb6801cd1b3d3b9607877 /src/tests/tng_io_testing.c | |
parent | cb40bb630ca469426962b4056750716cd43f478d (diff) |
Fix some more compiler warnings
Diffstat (limited to 'src/tests/tng_io_testing.c')
-rw-r--r-- | src/tests/tng_io_testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 61bdab0..5cd3461 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -706,4 +706,4 @@ int main() printf("Tests finished\n"); exit(0); -}
\ No newline at end of file +} |