summaryrefslogtreecommitdiffstats
path: root/osdep/timer-lx.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-21 09:22:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-21 09:22:33 +0000
commit4bb3d604d530cd87d8c981eee4aa65a7867cc359 (patch)
tree550097b804b343888c40cf56a7731bfd19ee688d /osdep/timer-lx.c
parentd601affdb176858251fedac798105618681af295 (diff)
downloadmpv-4bb3d604d530cd87d8c981eee4aa65a7867cc359.tar.bz2
mpv-4bb3d604d530cd87d8c981eee4aa65a7867cc359.tar.xz
main() --> main(void)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25128 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/timer-lx.c')
-rw-r--r--osdep/timer-lx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/timer-lx.c b/osdep/timer-lx.c
index f01cc02509..5b6010b154 100644
--- a/osdep/timer-lx.c
+++ b/osdep/timer-lx.c
@@ -65,7 +65,7 @@ void InitTimer(void){
#if 0
-void main(){
+void main(void){
float t=0;
InitTimer();
while(1){ t+=GetRelativeTime();printf("time= %10.6f\r",t);fflush(stdout); }