fix compilation on Windows

This commit is contained in:
Krasimir Angelov
2023-09-07 10:24:42 +02:00
parent dde9fc1228
commit 349c5b82ad

View File

@@ -1675,7 +1675,7 @@ pgf_bootNGF(PyObject *self, PyObject *args)
return NULL; return NULL;
} }
#else #else
const char *fpath // pgf const char *fpath; // pgf
const char *npath; // ngf const char *npath; // ngf
if (!PyArg_ParseTuple(args, "ss", &fpath, &npath)) if (!PyArg_ParseTuple(args, "ss", &fpath, &npath))
return NULL; return NULL;