Fixed whitespace issue with trainerproc (#6042)

This commit is contained in:
Eduardo Quezada 2025-01-17 18:04:16 -03:00 committed by GitHub
parent 21d2e40f0a
commit 17e224343f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);