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
This commit is contained in:
Spoike 2008-02-11 22:36:48 +00:00
parent 406a7645a5
commit 9e3c465a79
1 changed files with 1 additions and 1 deletions

View File

@ -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