Mercurial > mplayer.hg
changeset 28042:5d3b751abb5a
Fix indentation.
author | reimar |
---|---|
date | Wed, 03 Dec 2008 12:22:32 +0000 |
parents | 211c23dac000 |
children | 6b1b0fb8b5c2 |
files | libvo/vo_direct3d.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_direct3d.c Wed Dec 03 12:05:47 2008 +0000 +++ b/libvo/vo_direct3d.c Wed Dec 03 12:22:32 2008 +0000 @@ -202,7 +202,7 @@ priv->d3d_device, priv->src_width, priv->src_height, priv->movie_src_fmt, D3DPOOL_DEFAULT, &priv->d3d_surface, NULL))) { mp_msg(MSGT_VO, MSGL_ERR, - "<vo_direct3d><INFO>IDirect3D9_CreateOffscreenPlainSurface Failed.\n"); + "<vo_direct3d><INFO>IDirect3D9_CreateOffscreenPlainSurface Failed.\n"); return 0; }