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

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/type-test.c')
-rw-r--r--tests/type-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/type-test.c b/tests/type-test.c
index 792b155..47a676e 100644
--- a/tests/type-test.c
+++ b/tests/type-test.c
@@ -5,7 +5,7 @@
#include "celt_types.h"
#include <stdio.h>
-int main()
+int main(void)
{
celt_int16_t i = 1;
i <<= 14;