Skip to content

Commit

Permalink
Fixed whitespace issue with trainerproc (#6042)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Jan 17, 2025
1 parent 21d2e40 commit 17e2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/trainerproc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ static void fprint_trainers(const char *output_path, FILE *f, struct Parsed *par
fprintf(f, ",\n");
}

fprintf(f, " .encounterMusic_gender = \n");
fprintf(f, " .encounterMusic_gender =\n");
if (trainer->gender == GENDER_FEMALE)
{
fprintf(f, "#line %d\n", trainer->gender_line);
Expand Down

0 comments on commit 17e2243

Please sign in to comment.