From 529ba0581833b05921d8dc3336b02a3c6abd511a Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 25 Aug 2005 17:35:44 +0000 Subject: Fixed line length in ChangeLog and some other small changes. --- src/resources/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/image.cpp') diff --git a/src/resources/image.cpp b/src/resources/image.cpp index a468bb30..5ea45842 100644 --- a/src/resources/image.cpp +++ b/src/resources/image.cpp @@ -70,7 +70,7 @@ Image* Image::load(void* buffer, unsigned int bufferSize) SDL_RWops *rw = SDL_RWFromMem(buffer, bufferSize); // Use SDL_Image to load the raw image data and have it free the data - SDL_Surface* tmpImage = IMG_Load_RW(rw, 1); + SDL_Surface *tmpImage = IMG_Load_RW(rw, 1); if (tmpImage == NULL) { logger->log("Error, image load failed"); -- cgit v1.2.3-60-g2f50