aboutsummaryrefslogtreecommitdiff
path: root/audio/mods
diff options
context:
space:
mode:
authorJohannes Schickel2013-01-26 19:36:12 +0100
committerJohannes Schickel2013-01-26 19:38:02 +0100
commit354aa0f5f34d33e32b6f35bcbf4e6f18e2bac783 (patch)
tree11306ad6f1fcb7bd21f25dcf66209101cb9b5b45 /audio/mods
parentb4d0a8ba66e2c99949d1fa14d801c7de77db76ba (diff)
downloadscummvm-rg350-354aa0f5f34d33e32b6f35bcbf4e6f18e2bac783.tar.gz
scummvm-rg350-354aa0f5f34d33e32b6f35bcbf4e6f18e2bac783.tar.bz2
scummvm-rg350-354aa0f5f34d33e32b6f35bcbf4e6f18e2bac783.zip
JANITORIAL: Use "End of anonymous namespace" as comment for anonymous namespaces.
Diffstat (limited to 'audio/mods')
-rw-r--r--audio/mods/maxtrax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mods/maxtrax.cpp b/audio/mods/maxtrax.cpp
index 0834b69d6f..a2d470cdbf 100644
--- a/audio/mods/maxtrax.cpp
+++ b/audio/mods/maxtrax.cpp
@@ -105,7 +105,7 @@ inline uint32 pow2Fixed(int32 val) {
}
#endif
-} // End of namespace
+} // End of anonymous namespace
namespace Audio {