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)
|
switch (Header.Debug)
|
||||||
{
|
{
|
||||||
case true:
|
case true:
|
||||||
jtw.WriteValue("yes"));
|
jtw.WriteValue("yes");
|
||||||
break;
|
break;
|
||||||
case false:
|
case false:
|
||||||
jtw.WriteValue("no");
|
jtw.WriteValue("no");
|
||||||
|
|||||||
Reference in New Issue
Block a user