Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
typedeck0 authored Feb 22, 2023
1 parent 731d4d6 commit 7a2b0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion know_thy_enemy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ void save_kte_settings()
{
file << "enabled=" << (enabled ? '1' : '0') << "\n";
file << "wFlags=" << std::to_string(wFlags) << "\n";
file << "titleTrans=" << (bTitleBg ? '1' : '0') << "\n"
file << "titleTrans=" << (bTitleBg ? '1' : '0') << "\n";
}
file.close();
}
Expand Down

0 comments on commit 7a2b0e5

Please sign in to comment.