From: Takashi Iwai Date: Fri, 30 Nov 2012 13:53:12 +0000 (+0100) Subject: alsaloop: Fix missing #endif X-Git-Tag: v1.0.27~21 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c7b9d3e39431eddd3a205a3f583a07884a90bb1b;p=alsa-utils.git alsaloop: Fix missing #endif Sorry, forgotten. Signed-off-by: Takashi Iwai --- diff --git a/alsaloop/alsaloop.c b/alsaloop/alsaloop.c index 6e94564..e1a36d2 100644 --- a/alsaloop/alsaloop.c +++ b/alsaloop/alsaloop.c @@ -389,7 +389,7 @@ static int parse_config(int argc, char *argv[], snd_output_t *output, int arg_resample = 0; #ifdef USE_SAMPLERATE int arg_samplerate = SRC_SINC_FASTEST + 1; -#else +#endif int arg_sync = SYNC_TYPE_AUTO; int arg_slave = SLAVE_TYPE_AUTO; int arg_thread = 0;