From 845c08b8c3ac1857897eaf6ff5bc9bf91914519e Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 12 Nov 2011 02:11:19 +0000
Subject: [PATCH] Synchronize JSTYPE_* names

---
 src/sbbs3/main.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 76f2111b62..551ebfe4bf 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -399,10 +399,11 @@ static const char *js_type_str[] = {
     "string",
     "number",
     "boolean",
+	"null",
+	"xml",
 	"array",
 	"alias",
-	"undefined",
-	"null"
+	"undefined"
 };
 
 JSBool
-- 
GitLab