summaryrefslogtreecommitdiff
path: root/alsaloop/alsaloop.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-11-30 14:53:12 +0100
committerTakashi Iwai <tiwai@suse.de>2012-11-30 14:53:12 +0100
commitc7b9d3e39431eddd3a205a3f583a07884a90bb1b (patch)
tree40da2e47f11047df48a3f3808dce0ccdbc9914c2 /alsaloop/alsaloop.c
parentb7ea343820a4616b5f6e3b200f776ab742893039 (diff)
downloadalsa-utils-c7b9d3e39431eddd3a205a3f583a07884a90bb1b.tar.gz
alsaloop: Fix missing #endif
Sorry, forgotten. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'alsaloop/alsaloop.c')
-rw-r--r--alsaloop/alsaloop.c2
1 files changed, 1 insertions, 1 deletions
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;