[MPlayer-cvslog] r38277 - trunk/gui/interface.c
ib
subversion at mplayerhq.hu
Fri Feb 26 17:25:20 EET 2021
Author: ib
Date: Fri Feb 26 17:25:20 2021
New Revision: 38277
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Fri Feb 26 17:23:07 2021 (r38276)
+++ trunk/gui/interface.c Fri Feb 26 17:25:20 2021 (r38277)
@@ -286,8 +286,8 @@ void guiInit(void)
switch (ret) {
case -1:
if (skin) {
- gmp_msg(MSGT_GPLAYER, MSGL_FATAL, MSGTR_GUI_MSG_SkinCfgNotFound, skinName);
- mplayer(MPLAYER_EXIT_GUI, EXIT_ERROR, 0);
+ gmp_msg(MSGT_GPLAYER, MSGL_FATAL, MSGTR_GUI_MSG_SkinCfgNotFound, skinName);
+ mplayer(MPLAYER_EXIT_GUI, EXIT_ERROR, 0);
} else {
if (skinRead("Noskin") != 0)
mplayer(MPLAYER_EXIT_GUI, EXIT_ERROR, 0);
More information about the MPlayer-cvslog
mailing list