aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/bbvs.h
diff options
context:
space:
mode:
authorjohndoe1232014-02-15 23:48:08 +0100
committerjohndoe1232014-02-15 23:48:08 +0100
commit3847654bcd28285a4b598d246d91e5bbf26e5820 (patch)
treea7412b54bbff5be5fdbf21ce633c974c1e3d36cc /engines/bbvs/bbvs.h
parent9263bb9eb32d877491be7f2177b49d06608954a6 (diff)
downloadscummvm-rg350-3847654bcd28285a4b598d246d91e5bbf26e5820.tar.gz
scummvm-rg350-3847654bcd28285a4b598d246d91e5bbf26e5820.tar.bz2
scummvm-rg350-3847654bcd28285a4b598d246d91e5bbf26e5820.zip
BBVS: Fix include guard and include guard name comments for endifs
Diffstat (limited to 'engines/bbvs/bbvs.h')
-rw-r--r--engines/bbvs/bbvs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/bbvs/bbvs.h b/engines/bbvs/bbvs.h
index 8bfe6481c6..4a134032de 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