From 4bb3d604d530cd87d8c981eee4aa65a7867cc359 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Nov 2007 09:22:33 +0000 Subject: main() --> main(void) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25128 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/timer-darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/timer-darwin.c') diff --git a/osdep/timer-darwin.c b/osdep/timer-darwin.c index 9c5a2d6893..68029d1fdc 100644 --- a/osdep/timer-darwin.c +++ b/osdep/timer-darwin.c @@ -94,7 +94,7 @@ void InitTimer() #if 0 #include -int main() { +int main(void) { int i,j, r, c = 200; long long t = 0; -- cgit v1.2.3