Mercurial > sdl-ios-xcode
changeset 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 | 9a451f59b388 |
children | fcf5834bdac3 |
files | src/video/directfb/SDL_DirectFB_yuv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }