mirror of
https://github.com/yawut/SDL.git
synced 2026-05-06 05:09:34 -05:00
Fixed typo... did somebody not compile this before submitting a patch?
--HG-- branch : SDL-1.2
This commit is contained in:
parent
83c756f4bb
commit
f0b46b4b63
|
|
@ -122,7 +122,7 @@ static DFBResult CreateYUVSurface(_THIS, struct private_yuvhwdata *hwdata,
|
|||
ret = layer->SetCooperativeLevel (layer, DLSCL_ADMINISTRATIVE);
|
||||
if (ret)
|
||||
{
|
||||
SetDirectFBError("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret);
|
||||
SetDirectFBerror("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret);
|
||||
layer->Release (layer);
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user