Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/speexdec.c')
-rw-r--r--src/speexdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speexdec.c b/src/speexdec.c
index 898f098..346d055 100644
--- a/src/speexdec.c
+++ b/src/speexdec.c
@@ -606,5 +606,5 @@ int main(int argc, char **argv)
if (fout != NULL)
fclose(fout);
- return 1;
+ return 0;
}