From 9e3c465a795466c50794c4a805f9c7c6a87309ea Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 11 Feb 2008 22:36:48 +0000 Subject: [PATCH] Fixes a compile error (this doesn't stop native modules from compiling). git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2912 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- plugins/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin.c b/plugins/plugin.c index f871c25b9..e5af19e03 100644 --- a/plugins/plugin.c +++ b/plugins/plugin.c @@ -130,7 +130,7 @@ BUILTIN(void, SetUserInfo, (char *key, char *value)); #undef ARGNAMES #define ARGNAMES ,pos,buffer,bufferlen -BUILTIN(void, GetLocationName, (float *pos, char *buffer, int bufferlen)) +BUILTIN(void, GetLocationName, (float *pos, char *buffer, int bufferlen)); #undef ARGNAMES #define ARGNAMES ,soundname