diff options
author | Torbjörn Andersson | 2003-07-24 16:18:41 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-07-24 16:18:41 +0000 |
commit | 5f3cd3b584158da5a070204bc8d1fb16c1429e54 (patch) | |
tree | 2c54484137fe1c0e150b812f34291e59391db7c6 | |
parent | 316162fe19cfb3572dc04466963028c5ec10245c (diff) | |
download | scummvm-rg350-5f3cd3b584158da5a070204bc8d1fb16c1429e54.tar.gz scummvm-rg350-5f3cd3b584158da5a070204bc8d1fb16c1429e54.tar.bz2 scummvm-rg350-5f3cd3b584158da5a070204bc8d1fb16c1429e54.zip |
Fix warning (no newline at end of file)
svn-id: r9172
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index f70adc75f5..3e630a3fd6 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -435,4 +435,4 @@ void free_check(void *ptr); #endif #endif -#endif
\ No newline at end of file +#endif |