mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build
This commit is contained in:
@@ -1007,7 +1007,7 @@ namespace SabreTools.Library.DatFiles
|
||||
switch (Header.Debug)
|
||||
{
|
||||
case true:
|
||||
jtw.WriteValue("yes"));
|
||||
jtw.WriteValue("yes");
|
||||
break;
|
||||
case false:
|
||||
jtw.WriteValue("no");
|
||||
|
||||
Reference in New Issue
Block a user