Mercurial > mplayer.hg
changeset 22399:299ec0c2a313
cosmetics, fix indentation as pointed out by Reimar
author | vayne |
---|---|
date | Fri, 02 Mar 2007 19:54:40 +0000 |
parents | 49f01f8fbd60 |
children | 4c93dd37fda9 |
files | Gui/win32/interface.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/win32/interface.c Fri Mar 02 18:52:10 2007 +0000 +++ b/Gui/win32/interface.c Fri Mar 02 19:54:40 2007 +0000 @@ -524,7 +524,7 @@ video_out = mpctx_get_video_out(guiIntfStruct.mpcontext); mixer = mpctx_get_mixer(guiIntfStruct.mpcontext); playtree = mpctx_get_playtree_iter(guiIntfStruct.mpcontext); - } + } switch (type) {