[Scummvm-git-logs] scummvm master -> 9046050be3a3a229b519218e50710e36f9fb8d29

criezy criezy at scummvm.org
Sat May 16 23:32:42 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9046050be3 Petka: Fix copy and paste errors in comments


Commit: 9046050be3a3a229b519218e50710e36f9fb8d29
    https://github.com/scummvm/scummvm/commit/9046050be3a3a229b519218e50710e36f9fb8d29
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2020-05-17T00:32:38+01:00

Commit Message:
Petka: Fix copy and paste errors in comments

Changed paths:
    engines/petka/file_mgr.cpp
    engines/petka/sound.h


diff --git a/engines/petka/file_mgr.cpp b/engines/petka/file_mgr.cpp
index eae20715d7..66c8ffa53d 100644
--- a/engines/petka/file_mgr.cpp
+++ b/engines/petka/file_mgr.cpp
@@ -115,4 +115,4 @@ Common::SeekableReadStream *FileMgr::getFileStream(const Common::String &name) {
 	return nullptr;
 }
 
-} // End of namespace Pink
+} // End of namespace Petka
diff --git a/engines/petka/sound.h b/engines/petka/sound.h
index 7f05d1a576..f577b784bd 100644
--- a/engines/petka/sound.h
+++ b/engines/petka/sound.h
@@ -70,6 +70,6 @@ private:
 	SoundsMap _sounds;
 };
 
-} // End of namespace Pink
+} // End of namespace Petka
 
 #endif




More information about the Scummvm-git-logs mailing list