diff utils.c @ 1282:8988af3ae1e8 libavcodec

Warning and compatibility fixes.
author mellum
date Sat, 24 May 2003 18:48:30 +0000
parents 2fa34e615c76
children 384110c44dec
line wrap: on
line diff
--- a/utils.c	Fri May 23 18:04:34 2003 +0000
+++ b/utils.c	Sat May 24 18:48:30 2003 +0000
@@ -84,7 +84,7 @@
     return ptr;
 }
 /* free all static arrays and reset pointers to 0 */
-void av_free_static()
+void av_free_static(void)
 {
     if (array_static)
     {