Mercurial > mplayer.hg
changeset 26386:cf87699fba0b
Indentation fix for r26417
author | zuxy |
---|---|
date | Sat, 12 Apr 2008 18:24:25 +0000 |
parents | 3d02fa79ae6c |
children | 49715c7705d1 |
files | libmpcodecs/vd_realvid.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_realvid.c Sat Apr 12 18:23:26 2008 +0000 +++ b/libmpcodecs/vd_realvid.c Sat Apr 12 18:24:25 2008 +0000 @@ -217,8 +217,8 @@ 0xe9, 0xd0, 0x00, 0x00, 0x00 }; patched = patch_dll((void *)0x634132fa, oldcode, newcode, sizeof(oldcode)); - if (!patched) - mp_msg(MSGT_DECVIDEO, MSGL_WARN, "Could not patch Real codec, this might crash on multi-CPU systems\n"); + if (!patched) + mp_msg(MSGT_DECVIDEO, MSGL_WARN, "Could not patch Real codec, this might crash on multi-CPU systems\n"); } } #endif