Mercurial > sdl-ios-xcode
diff src/video/directfb/SDL_DirectFB_yuv.c @ 2120:2c835d58faad
make indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Jun 2007 13:21:29 +0000 |
parents | 7ba4a732e3d0 |
children |
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_yuv.c Thu Jun 14 06:32:36 2007 +0000 +++ b/src/video/directfb/SDL_DirectFB_yuv.c Thu Jun 14 13:21:29 2007 +0000 @@ -119,7 +119,8 @@ /* Need to set coop level or newer DirectFB versions will fail here. */ ret = layer->SetCooperativeLevel(layer, DLSCL_ADMINISTRATIVE); if (ret) { - SetDirectFBError("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret); + SetDirectFBError + ("IDirectFBDisplayLayer::SetCooperativeLevel() failed", ret); layer->Release(layer); return ret; }