SF Bug #1407069, Remove extra semi-colon if there is no long long

This commit is contained in:
Neal Norwitz 2006-01-17 05:27:39 +00:00
parent 48653af70f
commit 20bad74d63
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ typedef fpos_t Py_off_t;
(((PY_LONG_LONG)bzs->total_out_hi32 << 32) + bzs->total_out_lo32)
#else
#define BZS_TOTAL_OUT(bzs) \
bzs->total_out_lo32;
bzs->total_out_lo32
#endif
#else /* ! BZ_CONFIG_ERROR */