Skip to content
Snippets Groups Projects
Commit 0d7a0553 authored by deuce's avatar deuce
Browse files

Fix borland warning.

parent 960576dd
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ void free_font_files(struct font_files *ff) ...@@ -27,7 +27,7 @@ void free_font_files(struct font_files *ff)
FREE_AND_NULL(ff[i].path8x14); FREE_AND_NULL(ff[i].path8x14);
FREE_AND_NULL(ff[i].path8x16); FREE_AND_NULL(ff[i].path8x16);
} }
FREE_AND_NULL(ff); free(ff);
} }
void save_font_files(struct font_files *fonts) void save_font_files(struct font_files *fonts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment