aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-11-26 09:04:26 +0100
committerTakashi Iwai <tiwai@suse.de>2013-11-26 09:04:26 +0100
commitccc87e17a23bfca67035af6d7f34b550270d34c4 (patch)
tree71e03adf2434c9e24df0a3922e9155706976fe93
parent0f9ab27ec5627283e7b343cada0026efc626f55d (diff)
downloadhda-emu-ccc87e17a23bfca67035af6d7f34b550270d34c4.tar.gz
Fix unbalanced brace in ifdef
It's obvious...
-rw-r--r--hda-emu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hda-emu.c b/hda-emu.c
index 7a262ec..0ba0276 100644
--- a/hda-emu.c
+++ b/hda-emu.c
@@ -842,8 +842,8 @@ void hda_test_pcm(int id, int op, int subid,
substream->ref_count = 0;
pstr->substream_opened = 0;
free(runtime);
- }
#endif
+ }
}
/* attach_pcm callback -- register the stream */