commit | 3a7abf9306e470963a422881af62811633fede47 | [log] [tgz] |
---|---|---|
author | Bill Cox <waywardgeek@gmail.com> | Sat Nov 06 15:18:49 2010 -0400 |
committer | Bill Cox <waywardgeek@gmail.com> | Sat Nov 06 15:18:49 2010 -0400 |
tree | d6da34218ae7a9342929441e3375f6987e979df1 | |
parent | 2081ea488f9b07d61efc7c9106c43cb1c6cea1a5 [diff] [blame] |
Fixes to issues reported by Tyler Spivey
diff --git a/sonic.c b/sonic.c index 390e42f..c45fe25 100644 --- a/sonic.c +++ b/sonic.c
@@ -229,7 +229,7 @@ } /* Return the number of samples in the output buffer */ -int sonicSamplesAvailale( +int sonicSamplesAvailable( sonicStream stream) { return stream->numOutputSamples;