Fixed a small mistake in the previous commit for glutGet.
[freeglut] / src / freeglut_state.c
index 962cb55..48ff9a3 100644 (file)
@@ -493,7 +493,6 @@ int FGAPIENTRY glutDeviceGet( GLenum eWhat )
     switch( eWhat )
     {
     case GLUT_HAS_KEYBOARD:
-    case GLUT_HAS_KEYBOARD:
         /*
          * Win32 is assumed a keyboard, and this cannot be queried,
          * except for WindowsCE.