X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Joystick%2Fjoystick.c;h=f5da076a09b30473884860aa2c255915de615bac;hb=0b782544a3b2a983d206930fa61130c74313da27;hp=e0ea1cca0f75ec9ef49f499b4a625088f588213f;hpb=d4c9d9cbb3d5847920dfad028454518687d20ad1;p=flightgear.git diff --git a/Joystick/joystick.c b/Joystick/joystick.c index e0ea1cca0..f5da076a0 100644 --- a/Joystick/joystick.c +++ b/Joystick/joystick.c @@ -256,9 +256,12 @@ int fgJoystickRead( double *joy_x, double *joy_y, int *joy_b1, int *joy_b2 ) /* $Log$ -/* Revision 1.6 1998/04/18 04:14:05 curt -/* Moved fg_debug.c to it's own library. +/* Revision 1.7 1998/04/25 22:06:29 curt +/* Edited cvs log messages in source files ... bad bad bad! /* + * Revision 1.6 1998/04/18 04:14:05 curt + * Moved fg_debug.c to it's own library. + * * Revision 1.5 1998/02/12 21:59:44 curt * Incorporated code changes contributed by Charlie Hotchkiss * @@ -270,7 +273,7 @@ int fgJoystickRead( double *joy_x, double *joy_y, int *joy_b1, int *joy_b2 ) * by Michele America. * * Revision 1.3 1998/01/27 00:47:54 curt - * Incorporated Paul Bleisch's new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.2 1997/12/30 20:47:40 curt