Commit 18eccdef authored by Mark Lodato's avatar Mark Lodato

freeze: remove mistaken semicolon

parent facd1907
......@@ -66,7 +66,8 @@ int wmain(int argc, wchar_t **argv) {
if (!m) {
r = 1;
PyErr_Print(); /* This exits with the right code if SystemExit. */
if (Py_FlushLine()); PyErr_Clear();
if (Py_FlushLine())
PyErr_Clear();
}
Py_XDECREF(m);
Py_Finalize();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment