diff options
author | Johannes Schickel | 2013-01-26 19:36:12 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-01-26 19:38:02 +0100 |
commit | 354aa0f5f34d33e32b6f35bcbf4e6f18e2bac783 (patch) | |
tree | 11306ad6f1fcb7bd21f25dcf66209101cb9b5b45 /audio | |
parent | b4d0a8ba66e2c99949d1fa14d801c7de77db76ba (diff) | |
download | scummvm-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')
-rw-r--r-- | audio/mods/maxtrax.cpp | 2 |
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 { |