summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_graphic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/goom_graphic.h')
-rw-r--r--src/post/goom/goom_graphic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/post/goom/goom_graphic.h b/src/post/goom/goom_graphic.h
index 8f0a12c49..1d78f1d4e 100644
--- a/src/post/goom/goom_graphic.h
+++ b/src/post/goom/goom_graphic.h
@@ -1,5 +1,5 @@
-#ifndef _GOOM_GRAPHIC_H
-#define _GOOM_GRAPHIC_H
+#ifndef GRAPHIC_H
+#define GRAPHIC_H
typedef unsigned int Uint;
@@ -63,4 +63,4 @@ inline void getPixelRGB (Pixel * buffer, Uint x, Uint y, Color * c);
*/
-#endif /* _GOOM_GRAPHIC_H */
+#endif /* GRAPHIC_H */