Files
ports/games/flyhard/files/patch-src_loadimag.cpp
T
Dmitry Marakasov 4390b62fc3 - Pet portlint
- Switch to USES=localbase
- Fix build with clang 6
- Add desktop entry
- Switch to options helpers
2018-07-03 16:35:06 +00:00

12 lines
260 B
C++

--- src/loadimag.cpp.orig 2009-02-15 14:06:42 UTC
+++ src/loadimag.cpp
@@ -65,7 +65,7 @@ SDL_Surface *load_image(const std::strin
DBG_WHINE("Unknown image extension: "+extension);
}
- return false;
+ return NULL;
}
//should this be extern "C"?