From 5f3cd3b584158da5a070204bc8d1fb16c1429e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Andersson?= Date: Thu, 24 Jul 2003 16:18:41 +0000 Subject: [PATCH] Fix warning (no newline at end of file) svn-id: r9172 --- common/scummsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scummsys.h b/common/scummsys.h index f70adc75f5a..3e630a3fd66 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