Mercurial > sdl-ios-xcode
diff src/video/directfb/SDL_DirectFB_yuv.c @ 4018:a8a548394a81 SDL-1.2
Fixed typo... did somebody not compile this before submitting a patch?
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 08 Jul 2007 04:07:36 +0000 |
parents | e5a65c16913b |
children | a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_yuv.c Sun Jul 08 01:55:46 2007 +0000 +++ b/src/video/directfb/SDL_DirectFB_yuv.c Sun Jul 08 04:07:36 2007 +0000 @@ -122,7 +122,7 @@ ret = layer->SetCooperativeLevel (layer, DLSCL_ADMINISTRATIVE); if (ret) { - SetDirectFBError("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret); + SetDirectFBerror("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret); layer->Release (layer); return ret; }