Commit 1447379b135f2d2428269d2da043b468aed9c6a3

Authored by malc
1 parent 3da6abd4

Respect the standard

Showing 1 changed file with 3 additions and 3 deletions
sdl_zoom.h
@@ -11,8 +11,8 @@ @@ -11,8 +11,8 @@
11 * 11 *
12 */ 12 */
13 13
14 -#ifndef _SDL_zoom_h  
15 -#define _SDL_zoom_h 14 +#ifndef SDL_zoom_h
  15 +#define SDL_zoom_h
16 16
17 #include <SDL/SDL.h> 17 #include <SDL/SDL.h>
18 18
@@ -22,4 +22,4 @@ @@ -22,4 +22,4 @@
22 int sdl_zoom_blit(SDL_Surface *src_sfc, SDL_Surface *dst_sfc, 22 int sdl_zoom_blit(SDL_Surface *src_sfc, SDL_Surface *dst_sfc,
23 int smooth, SDL_Rect *src_rect); 23 int smooth, SDL_Rect *src_rect);
24 24
25 -#endif /* _SDL_zoom_h */ 25 +#endif /* SDL_zoom_h */