Mercurial > mplayer.hg
changeset 25945:491e43b45aa9
Avoid a useless extra pointer variable.
author | reimar |
---|---|
date | Sun, 10 Feb 2008 19:55:15 +0000 |
parents | 8a1c062707ff |
children | 04f280a9f4f4 |
files | libvo/w32_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/w32_common.c Sun Feb 10 19:47:54 2008 +0000 +++ b/libvo/w32_common.c Sun Feb 10 19:55:15 2008 +0000 @@ -18,7 +18,7 @@ #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