From 1447379b135f2d2428269d2da043b468aed9c6a3 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 2 Jul 2009 18:19:31 +0400 Subject: [PATCH] Respect the standard --- sdl_zoom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdl_zoom.h b/sdl_zoom.h index 33dc63408b..9bc13ae05a 100644 --- a/sdl_zoom.h +++ b/sdl_zoom.h @@ -11,8 +11,8 @@ * */ -#ifndef _SDL_zoom_h -#define _SDL_zoom_h +#ifndef SDL_zoom_h +#define SDL_zoom_h #include @@ -22,4 +22,4 @@ int sdl_zoom_blit(SDL_Surface *src_sfc, SDL_Surface *dst_sfc, int smooth, SDL_Rect *src_rect); -#endif /* _SDL_zoom_h */ +#endif /* SDL_zoom_h */