diff --git a/src/main.c b/src/main.c index 614dec3df..4ac41ab6c 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"))