summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@intel.com>2011-08-19 16:05:30 +0800
committerTakashi Iwai <tiwai@suse.de>2011-08-19 10:41:35 +0200
commita97aa7f065ed4a7fc1879921a58c40954dc34316 (patch)
treeec10dac758f874a87f57ff74ec5e1e69c7503400
parent29880e8c66cfdc584e01aa549037f76b081b5019 (diff)
downloadalsa-lib-a97aa7f065ed4a7fc1879921a58c40954dc34316.tar.gz
ucm: tivial code style fix
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--src/ucm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ucm/main.c b/src/ucm/main.c
index 9ecbe435..76ca1514 100644
--- a/src/ucm/main.c
+++ b/src/ucm/main.c
@@ -173,7 +173,7 @@ static int execute_cset(snd_ctl_t *ctl, char *cset)
pos = strrchr(cset, ' ');
if (pos == NULL) {
uc_error("undefined value for cset >%s<", cset);
- err = -EINVAL;
+ err = -EINVAL;
goto __fail;
}
*pos = '\0';