Kaydet (Commit) 3f046483 authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix icc warnings: extra semi-colon

üst fe8e3d91
...@@ -40,7 +40,7 @@ typedef unsigned long uint32_t; ...@@ -40,7 +40,7 @@ typedef unsigned long uint32_t;
#endif #endif
typedef struct { typedef struct {
PyObject_HEAD; PyObject_HEAD
int x_fd; /* The open file */ int x_fd; /* The open file */
int x_mode; /* file mode */ int x_mode; /* file mode */
int x_icount; /* Input count */ int x_icount; /* Input count */
......
...@@ -45,7 +45,7 @@ typedef unsigned long uint32_t; ...@@ -45,7 +45,7 @@ typedef unsigned long uint32_t;
#endif #endif
typedef struct { typedef struct {
PyObject_HEAD; PyObject_HEAD
char *devicename; /* name of the device file */ char *devicename; /* name of the device file */
int fd; /* file descriptor */ int fd; /* file descriptor */
int mode; /* file mode (O_RDONLY, etc.) */ int mode; /* file mode (O_RDONLY, etc.) */
...@@ -55,7 +55,7 @@ typedef struct { ...@@ -55,7 +55,7 @@ typedef struct {
} oss_audio_t; } oss_audio_t;
typedef struct { typedef struct {
PyObject_HEAD; PyObject_HEAD
int fd; /* The open mixer device */ int fd; /* The open mixer device */
} oss_mixer_t; } oss_mixer_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment