From 5bfeb98142f7fced013970088120fc90946d129f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 8 Jul 2007 04:07:36 +0000 Subject: [PATCH] Fixed typo... did somebody not compile this before submitting a patch? --- src/video/directfb/SDL_DirectFB_yuv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/directfb/SDL_DirectFB_yuv.c b/src/video/directfb/SDL_DirectFB_yuv.c index ad0910e98..6366254ce 100644 --- a/src/video/directfb/SDL_DirectFB_yuv.c +++ b/src/video/directfb/SDL_DirectFB_yuv.c @@ -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; }