qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 1447379] Respect the standard


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 1447379] Respect the standard
Date: Thu, 02 Jul 2009 14:23:08 -0000

From: malc <address@hidden>


diff --git a/sdl_zoom.h b/sdl_zoom.h
index 33dc634..9bc13ae 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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]