Skip to content

Commit

Permalink
Correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
perdrix52 committed Mar 8, 2023
1 parent 6798d94 commit 8841e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepSkyStackerCL/DeepSkyStackerCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void DeepSkyStackerCommandLine::SaveBitmap(StackingParams& stackingParams, const
int main(int argc, char* argv[])
{
#if defined(_WINDOWS)
// Set console code page to UTF-8 so console known how to interpret string data
// Set console code page to UTF-8 so console knows how to interpret string data
SetConsoleOutputCP(CP_UTF8);
#endif

Expand Down

0 comments on commit 8841e7f

Please sign in to comment.