From 4c04d9a93ba5142492a9123367d07bb76b85a7ee Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Tue, 6 Sep 2005 16:04:00 +0000 Subject: [PATCH] Keep GCC 3 from whining. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1274 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- fteqtv/source.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fteqtv/source.c b/fteqtv/source.c index bcee1bb72..994b66aa1 100644 --- a/fteqtv/source.c +++ b/fteqtv/source.c @@ -834,4 +834,5 @@ int main(int argc, char **argv) qtv.parsingconnectiondata = true; QTV_Run(&qtv); -} \ No newline at end of file +} +