]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsaloop: Fix missing #endif
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Nov 2012 13:53:12 +0000 (14:53 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 30 Nov 2012 13:53:12 +0000 (14:53 +0100)
Sorry, forgotten.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
alsaloop/alsaloop.c

index 6e9456478d074e683c532452082eb2192252430f..e1a36d23f4787d864960d23784d2cb9bae8daf48 100644 (file)
@@ -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;