Commit fa6c9e54 authored by Clément Bœsch's avatar Clément Bœsch

avdevice/pulse_audio_dec: remove double ;;

parent 4d028bf2
......@@ -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;
......
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