aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword1/credits.cpp2
-rw-r--r--sword1/credits.h2
-rw-r--r--sword1/module.mk1
3 files changed, 3 insertions, 2 deletions
diff --git a/sword1/credits.cpp b/sword1/credits.cpp
index 07d56ae96f..5a3b20ec12 100644
--- a/sword1/credits.cpp
+++ b/sword1/credits.cpp
@@ -336,4 +336,4 @@ uint8 *ArcFile::decompressFile(uint32 fileId) {
return dstBuf;
}
-}; // end of namespace Sword1
+} // end of namespace Sword1
diff --git a/sword1/credits.h b/sword1/credits.h
index 5a4364ad3a..35af7e4a31 100644
--- a/sword1/credits.h
+++ b/sword1/credits.h
@@ -63,6 +63,6 @@ private:
uint8 *_smlFont, *_bigFont;
};
-}; // end of namespace Sword1
+} // end of namespace Sword1
#endif // BS1CREDITS_H
diff --git a/sword1/module.mk b/sword1/module.mk
index 517c8b2f7d..b24eb36a78 100644
--- a/sword1/module.mk
+++ b/sword1/module.mk
@@ -2,6 +2,7 @@ MODULE := sword1
MODULE_OBJS := \
sword1/animation.o \
+ sword1/credits.o \
sword1/control.o \
sword1/debug.o \
sword1/eventman.o \