Skip to content
Snippets Groups Projects
Commit c64623c8 authored by rswindell's avatar rswindell
Browse files

Fixed missing end_if in new dynamic "guest" account detection.

parent 6f1b295a
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ if_greater
print "\r\n\1nEnter Name, Number, '\1hNew\1n', or '\1hGuest\1n'\r\nNN: "
else
print "\r\n\1nEnter Name, Number, or '\1hNew\1n'\r\nNN: "
end_if
getstr str 25 K_UPRLWR|K_LOWPRIO|K_E71DETECT|K_TAB
truncsp str
compare_str ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment