From cce86d4b24360a411145935ab6375e324ebec1c1 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 1 May 2005 15:48:03 +0000 Subject: [PATCH] fixed gfxfont_free() prototype --- lib/gfxfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 657598b..70583e8 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -31,7 +31,7 @@ extern "C" { #endif gfxfont_t* gfxfont_load(char*filename); -void gfxfont_free(); +void gfxfont_free(gfxfont_t*font); #ifdef __cplusplus } -- 1.7.10.4