missing line...

This commit is contained in:
Kelvin Sherlock 2019-02-23 17:33:56 -05:00
parent 67b187e70b
commit 4dbad2493b

View File

@ -1184,6 +1184,7 @@ static int g_debugger_mode = MODE_NORMAL;
int debug_shell(int code) {
int c;
char *cp;
int control_d_count = 0;
if (!g_templates_loaded) {
char *path;