e/mixer: remove trailing \t

It was not intended and apparently it fails to build in some computers as is.



SVN revision: 78989
This commit is contained in:
Lucas De Marchi 2012-11-08 03:50:07 +00:00
parent 7c381d2d27
commit 0dd06ef17e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ mixer_module_la_SOURCES = mixer/e_mod_main.c \
if HAVE_ALSA
mixer_module_la_SOURCES += mixer/sys_alsa.c
else
mixer_module_la_SOURCES += mixer/sys_dummy.c
mixer_module_la_SOURCES += mixer/sys_dummy.c
endif
mixer_module_la_LIBADD += @SOUND_LIBS@