diff options
Diffstat (limited to 'Gui/skin/skin.c')
-rw-r--r-- | Gui/skin/skin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/skin/skin.c b/Gui/skin/skin.c index 9b17d23065..9021bd9bd2 100644 --- a/Gui/skin/skin.c +++ b/Gui/skin/skin.c @@ -612,7 +612,7 @@ int skinRead( char * dname ) mp_dbg( MSGT_GPLAYER,MSGL_DBG2,"[skin] file: %s\n",fn ); - appInitStruct( &appMPlayer ); + appInitStruct( skinAppMPlayer ); linenumber=0; while ( !feof( skinFile ) ) |