Fix a few compiler warning when compiled with -Wextra.

This commit is contained in:
mmdolze
2012-02-29 23:20:37 +00:00
parent e486266628
commit 1579d452d9
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -223,7 +223,7 @@ glkclose(GLKDisplay *fd)
*
* Send a character to the GLK
*/
int INLINE
INLINE int
glkput(GLKDisplay *fd, int c)
{
unsigned char val;
@@ -266,7 +266,7 @@ glkunget(GLKDisplay *fd, int c)
*
* Read a character from the GLK
*/
int INLINE
INLINE int
glkget(GLKDisplay *fd)
{
unsigned char c;