projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48653af
)
SF Bug #1407069, Remove extra semi-colon if there is no long long
author
Neal Norwitz
<nnorwitz@gmail.com>
Tue, 17 Jan 2006 05:27:39 +0000
(
05:27
+0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Tue, 17 Jan 2006 05:27:39 +0000
(
05:27
+0000)
Modules/bz2module.c
patch
|
blob
|
history
diff --git
a/Modules/bz2module.c
b/Modules/bz2module.c
index db9367546c552a1a17cdffd3a019657a1ab7269d..82b3958b8f9ffaa9895331233a6ff6598e166dbf 100644
(file)
--- a/
Modules/bz2module.c
+++ b/
Modules/bz2module.c
@@
-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 */