commit | 3f0464839bbcab1225661c20989066f05b71374f | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sat Jan 07 21:19:49 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sat Jan 07 21:19:49 2006 +0000 |
tree | 058c74f5d23356e438dfa57e576cbe7876f83dc3 | |
parent | fe8e3d918ef5893c67a6dc47512667f42ca720d2 [diff] [blame] |
Fix icc warnings: extra semi-colon
diff --git a/Modules/linuxaudiodev.c b/Modules/linuxaudiodev.c index 5aac51a..a5ff367 100644 --- a/Modules/linuxaudiodev.c +++ b/Modules/linuxaudiodev.c
@@ -40,7 +40,7 @@ #endif typedef struct { - PyObject_HEAD; + PyObject_HEAD int x_fd; /* The open file */ int x_mode; /* file mode */ int x_icount; /* Input count */