mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix icc warnings: extra semi-colon
This commit is contained in:
parent
fe8e3d918e
commit
3f0464839b
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ typedef unsigned long uint32_t;
|
|||
#endif
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD;
|
||||
PyObject_HEAD
|
||||
int x_fd; /* The open file */
|
||||
int x_mode; /* file mode */
|
||||
int x_icount; /* Input count */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue