Commit 5ca9a6b1 authored by Mike Gabriel's avatar Mike Gabriel

NXdixfonts.c: Regression fix for db45683a. Fix typo in libXfont1 function call…

NXdixfonts.c: Regression fix for db45683a. Fix typo in libXfont1 function call (FreeFontName -> FreeFontNames). Fixes FTBFS on Ubuntu 14.04 and 16.04.
parent f2973029
...@@ -1353,7 +1353,7 @@ finish: ...@@ -1353,7 +1353,7 @@ finish:
#ifdef HAS_XFONT2 #ifdef HAS_XFONT2
xfont2_free_font_names(data->names); xfont2_free_font_names(data->names);
#else #else
FreeFontName(data->names); FreeFontNames(data->names);
#endif #endif
free(data); free(data);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment