diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp index 752008ed3a6e8a8c906927a28566e4e9b77241f2..15565c38a8916800d9f424c957952c0966f35853 100644 --- a/src/sbbs3/main.cpp +++ b/src/sbbs3/main.cpp @@ -273,7 +273,7 @@ static const char* method_array_name = "_method_list"; * Keep this in sync with jspubtd.h -- an assertion below will insist that * its length match the JSType enum's JSTYPE_LIMIT limit value. */ -const char *js_type_str[] = { +static const char *js_type_str[] = { "undefined", "object", "function",