From b32e4b1cc8061cafbe54aa5ef5609a2476e9f9a1 Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Tue, 5 Jul 2005 17:48:26 +0000 Subject: [PATCH] Added a newline at the end of file to keep GCC from whining. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1133 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/image.c b/engine/client/image.c index 582386882..f4d236909 100644 --- a/engine/client/image.c +++ b/engine/client/image.c @@ -1943,4 +1943,4 @@ void AddOcranaLEDsIndexed (qbyte *image, int h, int w) point += rs - w; } } -} \ No newline at end of file +}