Mercurial > mplayer.hg
changeset 36725:31138a69aee6
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Sun, 09 Feb 2014 17:56:11 +0000 |
parents | 3561e179b25c |
children | ed1d856ec43d |
files | gui/win32/preferences.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/win32/preferences.c Sun Feb 09 17:55:11 2014 +0000 +++ b/gui/win32/preferences.c Sun Feb 09 17:56:11 2014 +0000 @@ -634,9 +634,9 @@ if (guiInfo.Playing) { - caption = strdup(acp(MSGTR_GUI_Information)); - MessageBox(hwnd, acp(MSGTR_GUI_MSG_PlaybackNeedsRestart), caption, MB_OK | MB_ICONINFORMATION); - free(caption); + caption = strdup(acp(MSGTR_GUI_Information)); + MessageBox(hwnd, acp(MSGTR_GUI_MSG_PlaybackNeedsRestart), caption, MB_OK | MB_ICONINFORMATION); + free(caption); } DestroyWindow(hwnd);