From e816f16a5007798968f4c9003b3159a45485e88f Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 26 Oct 2014 18:20:28 +0000 Subject: game: remove useless checks it is safe to pass a null pointer to SDL_FreeSurface() BTW: change the format of the files from dos to unix Signed-off-by: Olivier Gayot --- menuoptions.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'menuoptions.c') diff --git a/menuoptions.c b/menuoptions.c index 4d704d3..95da338 100644 --- a/menuoptions.c +++ b/menuoptions.c @@ -1,10 +1,10 @@ -#include -#include -#include -#include "structures.h" - -void Foptions (SURFACES *surfaces, POSITIONS *positions) -{ - -} - +#include +#include +#include +#include "structures.h" + +void Foptions (SURFACES *surfaces, POSITIONS *positions) +{ + +} + -- cgit v1.2.3