summaryrefslogtreecommitdiffstats
path: root/sbc/sbcenc.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-11-01 15:27:38 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-11-01 15:27:38 +0000
commit9138f99acb799d7ce702afb357c134042f933f4b (patch)
tree1887f013c64c8385fd4b91016c4854b113f986b3 /sbc/sbcenc.c
parent9a5725b6306e1d69a89d988af94bd3efe1ef5de6 (diff)
Coding style cleanup
Diffstat (limited to 'sbc/sbcenc.c')
-rw-r--r--sbc/sbcenc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbc/sbcenc.c b/sbc/sbcenc.c
index 48e01021..94b9f642 100644
--- a/sbc/sbcenc.c
+++ b/sbc/sbcenc.c
@@ -228,7 +228,8 @@ int main(int argc, char *argv[])
case 's':
subbands = atoi(strdup(optarg));
if (subbands != 8 && subbands != 4) {
- fprintf(stderr, "Invalid subbands %d!\n", subbands);
+ fprintf(stderr, "Invalid subbands %d!\n",
+ subbands);
exit(1);
}
break;