Skip to content

Commit

Permalink
Update src/humanio.c
Browse files Browse the repository at this point in the history
Co-authored-by: Hector Sanjuan <code@hector.link>
  • Loading branch information
jmbau and hsanjuan committed Aug 15, 2023
1 parent 894c638 commit fb7bdec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/humanio.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ int SARHumanLoadFromFile(sar_human_data_struct *hd, const char *filename)
else if(!strcasecmp(buf, "PresetAdd"))
{
char *s = FGetString(fp);

/* Reset context pointers */
hdp_ptr = NULL;
palette_ptr = NULL;
Expand Down

0 comments on commit fb7bdec

Please sign in to comment.