Skip to content

Commit

Permalink
fix line breaks in .ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Jan 2, 2025
1 parent ef440df commit b1e3467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void cfg_create_ini()
"\n"
"; 101: The Airborne Invasion of Normandy\n"
"[101]\n"
"terminate_process=true"
"terminate_process=true\n"
"\n"
"; 7th Legion\n"
"[legion]\n"
Expand Down Expand Up @@ -1689,8 +1689,8 @@ static void cfg_create_ini()
"\n"
"; SimTunes\n"
"[SIMTUNES]\n"
"terminate_process=true"
"hook=3"
"terminate_process=true\n"
"hook=3\n"
"\n"
"; Shadow Watch\n"
"[sw]\n"
Expand Down

0 comments on commit b1e3467

Please sign in to comment.