]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.c
sys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for consistency
[xonotic/darkplaces.git] / ft2.c
diff --git a/ft2.c b/ft2.c
index 0b738108edce2055dcc64fdebf4ed9506ab0f95c..2df99bcb3700d803ff834671eb5658a712b96ae5 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -327,7 +327,7 @@ void Font_CloseLibrary (void)
                font_ft2lib = NULL;
        }
 #ifndef DP_FREETYPE_STATIC
-       Sys_UnloadLibrary (&ft2_dll);
+       Sys_FreeLibrary (&ft2_dll);
 #endif
        pp.buf = NULL;
 }