From 3847654bcd28285a4b598d246d91e5bbf26e5820 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Sat, 15 Feb 2014 23:48:08 +0100 Subject: [PATCH] BBVS: Fix include guard and include guard name comments for endifs --- engines/bbvs/bbvs.h | 6 +++--- engines/bbvs/gamemodule.h | 2 +- engines/bbvs/graphics.h | 2 +- engines/bbvs/minigames/bbairguitar.h | 2 +- engines/bbvs/minigames/bbant.h | 2 +- engines/bbvs/minigames/bbloogie.h | 2 +- engines/bbvs/minigames/bbtennis.h | 2 +- engines/bbvs/minigames/minigame.h | 2 +- engines/bbvs/sound.h | 2 +- engines/bbvs/spritemodule.h | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/engines/bbvs/bbvs.h b/engines/bbvs/bbvs.h index 8bfe6481c69..4a134032de5 100644 --- a/engines/bbvs/bbvs.h +++ b/engines/bbvs/bbvs.h @@ -20,8 +20,8 @@ * */ -#ifndef BBVS_H -#define BBVS_H +#ifndef BBVS_BBVS_H +#define BBVS_BBVS_H #include "audio/mixer.h" #include "audio/decoders/aiff.h" @@ -413,4 +413,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_BBVS_H diff --git a/engines/bbvs/gamemodule.h b/engines/bbvs/gamemodule.h index ffd2488c214..4d4f5b90a12 100644 --- a/engines/bbvs/gamemodule.h +++ b/engines/bbvs/gamemodule.h @@ -248,4 +248,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_GAMEMODULE_H diff --git a/engines/bbvs/graphics.h b/engines/bbvs/graphics.h index 277cf453cbb..acb8eb953a2 100644 --- a/engines/bbvs/graphics.h +++ b/engines/bbvs/graphics.h @@ -58,4 +58,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_GRAPHICS_H diff --git a/engines/bbvs/minigames/bbairguitar.h b/engines/bbvs/minigames/bbairguitar.h index 5c1eb00dfda..eba301632d2 100644 --- a/engines/bbvs/minigames/bbairguitar.h +++ b/engines/bbvs/minigames/bbairguitar.h @@ -145,4 +145,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBAIRGUITAR_H diff --git a/engines/bbvs/minigames/bbant.h b/engines/bbvs/minigames/bbant.h index a133d66862b..8600a45719d 100644 --- a/engines/bbvs/minigames/bbant.h +++ b/engines/bbvs/minigames/bbant.h @@ -170,4 +170,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBANT_H diff --git a/engines/bbvs/minigames/bbloogie.h b/engines/bbvs/minigames/bbloogie.h index fb745c15e42..6c4ece32691 100644 --- a/engines/bbvs/minigames/bbloogie.h +++ b/engines/bbvs/minigames/bbloogie.h @@ -138,4 +138,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBLOOGIE_H diff --git a/engines/bbvs/minigames/bbtennis.h b/engines/bbvs/minigames/bbtennis.h index fb6355f4eb3..72ee7193874 100644 --- a/engines/bbvs/minigames/bbtennis.h +++ b/engines/bbvs/minigames/bbtennis.h @@ -131,4 +131,4 @@ public: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_BBTENNIS_H diff --git a/engines/bbvs/minigames/minigame.h b/engines/bbvs/minigames/minigame.h index 1bba25f435e..cc5a96e3c07 100644 --- a/engines/bbvs/minigames/minigame.h +++ b/engines/bbvs/minigames/minigame.h @@ -79,4 +79,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_MINIGAMES_MINIGAME_H diff --git a/engines/bbvs/sound.h b/engines/bbvs/sound.h index 24f14fc70f9..4e44c2b9623 100644 --- a/engines/bbvs/sound.h +++ b/engines/bbvs/sound.h @@ -60,4 +60,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_SOUND_H diff --git a/engines/bbvs/spritemodule.h b/engines/bbvs/spritemodule.h index 13469f75433..c287815decb 100644 --- a/engines/bbvs/spritemodule.h +++ b/engines/bbvs/spritemodule.h @@ -65,4 +65,4 @@ protected: } // End of namespace Bbvs -#endif // BBVS_H +#endif // BBVS_SPRITEMODULE_H