summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 614dec3..4ac41ab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1202,6 +1202,7 @@ char my_uri[] = "http://" SERVER "/Update.api?Action=Download&Architecture="
char console_error[255] = "";
+char console_more=0;
#ifdef PYCONSOLE
/*
@@ -1303,8 +1304,6 @@ static PyObject* emb_log(PyObject *self, PyObject *args)
return Py_BuildValue("i",1);
}
-char console_more=0;
-
static PyObject* emb_console_more(PyObject *self, PyObject *args)
{
if(!PyArg_ParseTuple(args, ":log"))