diff options
| author | vyzigold | 2019-08-19 09:02:39 -0700 | 
|---|---|---|
| committer | Filippos Karapetis | 2019-08-24 18:12:45 +0300 | 
| commit | f2715d77ed379317c9068c1244c9517dd16cc99b (patch) | |
| tree | e4b1b5b46d03922387930ee56c725b19e4f0d169 | |
| parent | 05df774905d36203ef357963b74f3bf083b40aa3 (diff) | |
| download | scummvm-rg350-f2715d77ed379317c9068c1244c9517dd16cc99b.tar.gz scummvm-rg350-f2715d77ed379317c9068c1244c9517dd16cc99b.tar.bz2 scummvm-rg350-f2715d77ed379317c9068c1244c9517dd16cc99b.zip | |
TESTBED: Comment correction
Co-Authored-By: Cameron Cawley <ccawley2011@gmail.com>
| -rw-r--r-- | engines/testbed/encoding.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/testbed/encoding.h b/engines/testbed/encoding.h index ab01d7a1cb..2c0f2e1e43 100644 --- a/engines/testbed/encoding.h +++ b/engines/testbed/encoding.h @@ -30,7 +30,7 @@ namespace Testbed {  namespace Encodingtests { -// Helper functions for Speech tests +// Helper functions for Encoding tests  // will contain function declarations for Encoding tests  // add more here @@ -41,7 +41,7 @@ TestExitStatus testConversionUnicodeLittleEndian();  TestExitStatus testCyrillicTransliteration();  TestExitStatus testOtherConversions(); -} // End of namespace Speechtests +} // End of namespace Encodingtests  class EncodingTestSuite : public Testsuite {  public: | 
