Browse code

Fix previous commit, forgot to remove this.

Naram Qashat authored on 2021/04/06 00:05:15
Showing 1 changed files
... ...
@@ -452,6 +452,6 @@ void XSFFile::SaveFile() const
452 452
 		{
453 453
 			xSF.write(tag.c_str(), tag.length());
454 454
 			xSF.write("\n", 1);
455
-		});
455
+		}
456 456
 	}
457 457
 }