summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recovery/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery/graphics.c b/recovery/graphics.c
index addf578..6d60b27 100644
--- a/recovery/graphics.c
+++ b/recovery/graphics.c
@@ -205,7 +205,7 @@ void gr_font_size(int *x, int *y)
*y = gr_font->cheight;
}
-int gr_text(int x, int y, const char *s, int bold)
+int gr_text(int x, int y, const char *s)
{
GGLContext *gl = gr_context;
GRFont *font = gr_font;