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