19 Aug
2011
19 Aug
'11
10:05 a.m.
Signed-off-by: Lu Guanqun guanqun.lu@intel.com --- src/ucm/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ucm/main.c b/src/ucm/main.c index 9ecbe43..76ca151 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';