[MPlayer-cvslog] r25977 - trunk/libvo/w32_common.c

reimar subversion at mplayerhq.hu
Sun Feb 10 20:55:15 CET 2008


Author: reimar
Date: Sun Feb 10 20:55:15 2008
New Revision: 25977

Log:
Avoid a useless extra pointer variable.

Modified:
   trunk/libvo/w32_common.c

Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c	(original)
+++ trunk/libvo/w32_common.c	Sun Feb 10 20:55:15 2008
@@ -18,7 +18,7 @@ extern int enable_mouse_movements;
 #define MONITOR_DEFAULTTOPRIMARY 1
 #endif
 
-static const char* classname = "MPlayer - Media player for Win32";
+static const char classname[] = "MPlayer - Media player for Win32";
 int vo_vm = 0;
 
 // last non-fullscreen extends



More information about the MPlayer-cvslog mailing list