aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/picture.h')
-rw-r--r--engines/agi/picture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/picture.h b/engines/agi/picture.h
index 0828cdecc1..0e1b5c9dd2 100644
--- a/engines/agi/picture.h
+++ b/engines/agi/picture.h
@@ -22,8 +22,8 @@
*
*/
-#ifndef __AGI_PICTURE_H
-#define __AGI_PICTURE_H
+#ifndef AGI_PICTURE_H
+#define AGI_PICTURE_H
#include "agi/agi.h"
@@ -44,4 +44,4 @@ uint8 *convert_v3_pic(uint8 *data, uint32 len);
} // End of namespace Agi
-#endif /* __AGI_PICTURE_H */
+#endif /* AGI_PICTURE_H */