diff --git a/engine/common/common.c b/engine/common/common.c index 286bccb0..2c09cf18 100644 --- a/engine/common/common.c +++ b/engine/common/common.c @@ -20,18 +20,18 @@ GNU General Public License for more details. #include "client.h" #include "library.h" -const char *file_exts[10] = -{ - ".cfg", - ".lst", - ".exe", - ".vbs", - ".com", - ".bat", - ".dll", - ".ini", - ".log", - ".sys", +static const char *file_exts[] = +{ + "cfg", + "lst", + "exe", + "vbs", + "com", + "bat", + "dll", + "ini", + "log", + "sys", }; #ifdef _DEBUG