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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-03-13 15:01:55 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-03-13 15:01:55 +0300
commita82dfdd240c59a7c56c43a69831545a1eb91f54e (patch)
tree4868a25cb16922755b01dc8f725609a2547e7a01 /tests/laplace-test.c
parent2b35de9164477f19fc80b1c916fddc9f32a2774e (diff)
Adjusting/fixing warnings
Diffstat (limited to 'tests/laplace-test.c')
-rw-r--r--tests/laplace-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/laplace-test.c b/tests/laplace-test.c
index 5d0a6c6..4c0a22e 100644
--- a/tests/laplace-test.c
+++ b/tests/laplace-test.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include "laplace.h"
-int main()
+int main(void)
{
int i;
int ret = 0;