Skip to content

Commit

Permalink
Fix string separation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 29, 2024
1 parent a1da84f commit bbc76e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ static double* readEpwTable(_In_z_ const char* fileName, _In_z_ const char* tabl
/* 23 */ "999",
/* 24 */ "999",
/* 25 */ "999",
/* 26 */ "99"
/* 26 */ "99",
/* 27 */ "",
/* 28 */ "",
/* 29 */ ""
Expand Down

0 comments on commit bbc76e2

Please sign in to comment.