mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -45,7 +45,7 @@ typedef unsigned long uint32_t;
|
|||
#endif
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD;
|
||||
PyObject_HEAD
|
||||
char *devicename; /* name of the device file */
|
||||
int fd; /* file descriptor */
|
||||
int mode; /* file mode (O_RDONLY, etc.) */
|
||||
|
@ -55,7 +55,7 @@ typedef struct {
|
|||
} oss_audio_t;
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD;
|
||||
PyObject_HEAD
|
||||
int fd; /* The open mixer device */
|
||||
} oss_mixer_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue