chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
a19aff4
)
typo in error message
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 21 Nov 2009 11:07:07 +0000
(11:07 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 21 Nov 2009 11:07:07 +0000
(11:07 +0000)
lib/configuration.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/configuration.c
b/lib/configuration.c
index 443d60b5e93fb7e5194fdd15694684023619e3b0..e2af880368ee04290c147167c7be6b988ef83e08 100644
(file)
--- a/
lib/configuration.c
+++ b/
lib/configuration.c
@@
-365,7
+365,7
@@
static int parse_sample_format(const struct config_state *cs,
return -1;
}
if(t != 8 && t != 16) {
return -1;
}
if(t != 8 && t != 16) {
- disorder_error(0, "%s:%d: bad bit
e
-per-sample (%ld)",
+ disorder_error(0, "%s:%d: bad bit
s
-per-sample (%ld)",
cs->path, cs->line, t);
return -1;
}
cs->path, cs->line, t);
return -1;
}