Fix compile

This commit is contained in:
tigercat2000
2018-04-05 15:38:18 -07:00
parent c3c6c9caba
commit 49daeaace5
+3 -1
View File
@@ -546,4 +546,6 @@ proc/checkhtml(var/t)
text = replacetext(text, "</td><tr>", "\[row\]")
text = replacetext(text, "<td>", "\[cell\]")
text = replacetext(text, "<img src = ntlogo.png>", "\[logo\]")
return text
return text
#define string2charlist(string) (splittext(string, regex("(\\x0A|.)")) - splittext(string, ""))