Skip to content

Commit

Permalink
Fixed typo... did somebody not compile this before submitting a patch?
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 8, 2007
1 parent e08bc99 commit 5bfeb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/directfb/SDL_DirectFB_yuv.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5bfeb98

Please sign in to comment.