projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
facd190
)
freeze: remove mistaken semicolon
author
Mark Lodato
<lodatom@gmail.com>
Sun, 4 Oct 2009 23:29:54 +0000
(19:29 -0400)
committer
Mark Lodato
<lodatom@gmail.com>
Sun, 4 Oct 2009 23:29:54 +0000
(19:29 -0400)
bin/cython_freeze
patch
|
blob
|
history
diff --git
a/bin/cython_freeze
b/bin/cython_freeze
index f300462959a1812c7aeddfb5b83af404f3beecfa..93b1e58958b9d5b5419c6ecb418ddac3e312501b 100755
(executable)
--- a/
bin/cython_freeze
+++ b/
bin/cython_freeze
@@
-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();