aboutsummaryrefslogtreecommitdiffstats
path: root/sdl_zoom.h
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-07-02 18:19:31 +0400
committermalc <av1474@comtv.ru>2009-07-02 18:20:33 +0400
commit1447379b135f2d2428269d2da043b468aed9c6a3 (patch)
treee474de0191aca79bcbbad60483b94e56fff1c556 /sdl_zoom.h
parent3da6abd472200bc30b88d5a900ad316d9517d163 (diff)
Respect the standard
Diffstat (limited to 'sdl_zoom.h')
-rw-r--r--sdl_zoom.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdl_zoom.h b/sdl_zoom.h
index 33dc63408..9bc13ae05 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 <SDL/SDL.h>
@@ -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 */