[Scummvm-git-logs] scummvm master -> 918c38fa09ae46a18c885d4a81f737e096067120

sev- noreply at scummvm.org
Thu Aug 22 21:30:24 UTC 2024


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:
918c38fa09 QDENGINE: Remove extra semicolon


Commit: 918c38fa09ae46a18c885d4a81f737e096067120
    https://github.com/scummvm/scummvm/commit/918c38fa09ae46a18c885d4a81f737e096067120
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-22T23:30:09+02:00

Commit Message:
QDENGINE: Remove extra semicolon

Changed paths:
    engines/qdengine/parser/xml_fwd.h


diff --git a/engines/qdengine/parser/xml_fwd.h b/engines/qdengine/parser/xml_fwd.h
index 004dfb448a9..66c454d37fe 100644
--- a/engines/qdengine/parser/xml_fwd.h
+++ b/engines/qdengine/parser/xml_fwd.h
@@ -29,7 +29,7 @@ namespace xml {
 class tag;
 class tag_buffer;
 class parser;
-}; /* namespace xml */
+} /* namespace xml */
 
 } // namespace QDEngine
 




More information about the Scummvm-git-logs mailing list