]> Git Repo - qemu.git/blobdiff - audio/paaudio.c
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180116' into staging
[qemu.git] / audio / paaudio.c
index 65beb6f0104b96538b9445071ab0c3047dbd25ba..2a35e6f82c0bd38d38cac3394ed7ad6e84915dff 100644 (file)
@@ -89,7 +89,7 @@ static inline int PA_STREAM_IS_GOOD(pa_stream_state_t x)
             }                                                   \
             goto label;                                         \
         }                                                       \
-    } while (0);
+    } while (0)
 
 #define CHECK_DEAD_GOTO(c, stream, rerror, label)                       \
     do {                                                                \
@@ -107,7 +107,7 @@ static inline int PA_STREAM_IS_GOOD(pa_stream_state_t x)
             }                                                           \
             goto label;                                                 \
         }                                                               \
-    } while (0);
+    } while (0)
 
 static int qpa_simple_read (PAVoiceIn *p, void *data, size_t length, int *rerror)
 {
This page took 0.02113 seconds and 4 git commands to generate.