Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48653af commit 20bad74Copy full SHA for 20bad74
1 file changed
Modules/bz2module.c
@@ -54,7 +54,7 @@ typedef fpos_t Py_off_t;
54
(((PY_LONG_LONG)bzs->total_out_hi32 << 32) + bzs->total_out_lo32)
55
#else
56
#define BZS_TOTAL_OUT(bzs) \
57
- bzs->total_out_lo32;
+ bzs->total_out_lo32
58
#endif
59
60
#else /* ! BZ_CONFIG_ERROR */
0 commit comments