Fixed typo... did somebody not compile this before submitting a patch?
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402440
This commit is contained in:
parent
6a51107ae1
commit
c0116871a6
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ static DFBResult CreateYUVSurface(_THIS, struct private_yuvhwdata *hwdata,
|
||||||
ret = layer->SetCooperativeLevel (layer, DLSCL_ADMINISTRATIVE);
|
ret = layer->SetCooperativeLevel (layer, DLSCL_ADMINISTRATIVE);
|
||||||
if (ret)
|
if (ret)
|
||||||
{
|
{
|
||||||
SetDirectFBError("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret);
|
SetDirectFBerror("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret);
|
||||||
layer->Release (layer);
|
layer->Release (layer);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue