aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/math/matrix4.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/math/matrix4.h')
-rw-r--r--engines/wintermute/math/matrix4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/math/matrix4.h b/engines/wintermute/math/matrix4.h
index 273633f723..4198b50484 100644
--- a/engines/wintermute/math/matrix4.h
+++ b/engines/wintermute/math/matrix4.h
@@ -45,6 +45,6 @@ public:
float m[4][4];
};
-} // end of namespace Wintermute
+} // End of namespace Wintermute
#endif