Skip to content

Commit

Permalink
minor: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codingatty committed Feb 13, 2021
1 parent 9e9e6f1 commit 7ed049d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSDR2JSON/TSDR2JSON.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static void Main(string[] args)
var output_TSDRSingle = new Dictionary<string, string>();
var output_TSDRMulti = new Dictionary<string, List<Dictionary<string, string>>>();

// trim out the "Diagnostic" stuff & use null strings instead of null-value for non-existent error messages
// trim out the "MetaInfo" stuff & use null strings instead of null-value for non-existent error messages
if (t.TSDRData.TSDRMapIsValid)
{
if (validity_dict["ErrorCode"] == null) validity_dict["ErrorCode"] = "";
Expand Down

0 comments on commit 7ed049d

Please sign in to comment.