[Mplayer-cvslog] CVS: main/input joystick.c,1.5,1.6
Diego Biurrun CVS
diego at mplayerhq.hu
Wed Jul 9 03:30:55 CEST 2003
Update of /cvsroot/mplayer/main/input
In directory mail:/var/tmp.root/cvs-serv16357/input
Modified Files:
joystick.c
Log Message:
output typo fixes: unknow --> unknown
Index: joystick.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/joystick.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- joystick.c 23 May 2002 09:47:18 -0000 1.5
+++ joystick.c 9 Jul 2003 01:30:22 -0000 1.6
@@ -139,7 +139,7 @@
} else
return MP_INPUT_NOTHING;
} else {
- printf("Joystick warning unknow event type %d\n",ev.type);
+ printf("Joystick warning unknown event type %d\n",ev.type);
return MP_INPUT_ERROR;
}
More information about the MPlayer-cvslog
mailing list