Skip to content

Commit 88cde74

Browse files
committed
remove matchforwards semicolon
1 parent 99d4545 commit 88cde74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/System/ContentFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void ContentFile::FreeAllLoaded() {
6363
int ContentFile::ReadProperty(const std::string_view& propName, Reader& reader) {
6464
StartPropertyList(return Serializable::ReadProperty(propName, reader));
6565

66-
MatchForwards("FilePath");
66+
MatchForwards("FilePath")
6767
MatchProperty("Path", { SetDataPath(reader.ReadPropValue()); });
6868
MatchProperty("IsMemoryPNG", { reader >> m_IsMemoryPNG; });
6969

0 commit comments

Comments
 (0)