[Plib-cvs] plib/src/pui pu.cxx,1.66,1.67
Brought to you by:
sjbaker
From: M?rten Str?m. <str...@us...> - 2004-02-16 22:17:56
|
Update of /cvsroot/plib/plib/src/pui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17722 Modified Files: pu.cxx Log Message: Fixed typo in new puKeyboard function. Index: pu.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.cxx,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- pu.cxx 16 Feb 2004 13:49:03 -0000 1.66 +++ pu.cxx 16 Feb 2004 22:09:34 -0000 1.67 @@ -324,7 +324,7 @@ int puKeyboard ( int key, int updown, int, int ) { - puKeyboard ( key, updown ) ; + return puKeyboard ( key, updown ) ; } |