diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp index 15565c38a8916800d9f424c957952c0966f35853..75f1ff380758911e98f9e0054db78b3eb1b527fa 100644 --- a/src/sbbs3/main.cpp +++ b/src/sbbs3/main.cpp @@ -274,7 +274,7 @@ static const char* method_array_name = "_method_list"; * its length match the JSType enum's JSTYPE_LIMIT limit value. */ static const char *js_type_str[] = { - "undefined", + "void", // changed from "undefined" "object", "function", "string",