Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20bad74

Browse files
committed
SF Bug #1407069, Remove extra semi-colon if there is no long long
1 parent 48653af commit 20bad74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/bz2module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ typedef fpos_t Py_off_t;
5454
(((PY_LONG_LONG)bzs->total_out_hi32 << 32) + bzs->total_out_lo32)
5555
#else
5656
#define BZS_TOTAL_OUT(bzs) \
57-
bzs->total_out_lo32;
57+
bzs->total_out_lo32
5858
#endif
5959

6060
#else /* ! BZ_CONFIG_ERROR */

0 commit comments

Comments
 (0)