1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 14:17:46 +00:00

Indentation fix for r26417

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2008-04-12 18:24:25 +00:00
parent 221c40a86c
commit 8fd56cbb88

View File

@ -217,8 +217,8 @@ static int load_syms_windows(char *path) {
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