summaryrefslogtreecommitdiff
path: root/libavutil/integer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/integer.c')
-rw-r--r--libavutil/integer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/integer.c b/libavutil/integer.c
index d4f5f2b51b..89e6d50124 100644
--- a/libavutil/integer.c
+++ b/libavutil/integer.c
@@ -171,7 +171,7 @@ const uint8_t ff_log2_tab[256]={
7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7
};
-main(){
+main(void){
int64_t a,b;
for(a=7; a<256*256*256; a+=13215){