OSDN Git Service

avdevice/pulse_audio_dec: remove double ;;
authorClément Bœsch <u@pkh.me>
Sat, 17 Jan 2015 23:35:04 +0000 (00:35 +0100)
committerClément Bœsch <u@pkh.me>
Sat, 17 Jan 2015 23:35:04 +0000 (00:35 +0100)
libavdevice/pulse_audio_dec.c

index 316cc4a..3cd0087 100644 (file)
@@ -58,7 +58,7 @@ typedef struct PulseData {
             rerror = AVERROR_EXTERNAL;                          \
             goto label;                                         \
         }                                                       \
-    } while(0);
+    } while (0)
 
 #define CHECK_DEAD_GOTO(p, rerror, label)                               \
     do {                                                                \
@@ -67,7 +67,7 @@ typedef struct PulseData {
             rerror = AVERROR_EXTERNAL;                                  \
             goto label;                                                 \
         }                                                               \
-    } while(0);
+    } while (0)
 
 static void context_state_cb(pa_context *c, void *userdata) {
     PulseData *p = userdata;