diff command.c @ 33648:9bb5d229a60b

Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
author ib
date Mon, 27 Jun 2011 10:29:34 +0000
parents c111d9e9cfb0
children 2aaf812ef014
line wrap: on
line diff
--- a/command.c	Mon Jun 27 10:04:05 2011 +0000
+++ b/command.c	Mon Jun 27 10:29:34 2011 +0000
@@ -1075,7 +1075,7 @@
     case M_PROPERTY_STEP_DOWN:
 #ifdef CONFIG_GUI
         if (use_gui)
-            guiGetEvent(guiIEvent, (char *) MP_CMD_VO_FULLSCREEN);
+            guiGetEvent(guiIEvent, (void *) MP_CMD_VO_FULLSCREEN);
         else
 #endif
         if (vo_config_count)