diff options
Diffstat (limited to 'python/apt_instmodule.cc')
| -rw-r--r-- | python/apt_instmodule.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/apt_instmodule.cc b/python/apt_instmodule.cc index 0f0a187a..8094550a 100644 --- a/python/apt_instmodule.cc +++ b/python/apt_instmodule.cc @@ -52,7 +52,7 @@ static struct PyModuleDef moduledef = { extern "C" PyObject * PyInit_apt_inst() #else extern "C" void initapt_inst() -#define RETURN(x) +#define RETURN(x) return #endif { #if PY_MAJOR_VERSION >= 3 |
