diff options
| author | Max Horn | 2009-10-04 21:26:33 +0000 | 
|---|---|---|
| committer | Max Horn | 2009-10-04 21:26:33 +0000 | 
| commit | f242266f6dc1f18e1b47aa4942c263cf81b75300 (patch) | |
| tree | 349e8aa3db0d2dfbb54676aa84bb13d2e40dabdf /sound/softsynth/opl/dosbox.cpp | |
| parent | c8f002ae437677c08ab6154983c70f146607bfaa (diff) | |
| download | scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.gz scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.bz2 scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.zip | |
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
svn-id: r44634
Diffstat (limited to 'sound/softsynth/opl/dosbox.cpp')
| -rw-r--r-- | sound/softsynth/opl/dosbox.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/sound/softsynth/opl/dosbox.cpp b/sound/softsynth/opl/dosbox.cpp index 25fda7f2e6..03c014ecfa 100644 --- a/sound/softsynth/opl/dosbox.cpp +++ b/sound/softsynth/opl/dosbox.cpp @@ -164,7 +164,7 @@ struct Handler : public DOSBox::Handler {  		adlib_init(rate);  	}  }; -} // end of namespace OPL2 +} // End of namespace OPL2  namespace OPL3 {  #define OPLTYPE_IS_OPL3 @@ -188,7 +188,7 @@ struct Handler : public DOSBox::Handler {  		adlib_init(rate);  	}  }; -} // end of namespace OPL3 +} // End of namespace OPL3  OPL::OPL(Config::OplType type) : _type(type), _rate(0), _handler(0) {  } @@ -356,7 +356,7 @@ void OPL::readBuffer(int16 *buffer, int length) {  	_handler->generate(buffer, length);  } -} // end of namespace DOSBox -} // end of namespace OPL +} // End of namespace DOSBox +} // End of namespace OPL  #endif // !DISABLE_DOSBOX_ADLIB | 
