From 4d9e937626b4cfcd7eb8d01fd1ae51607c00b4c8 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 29 Sep 2013 17:14:33 +0000 Subject: [PATCH] missed another. this is what happens when you casually use msvc and attempt partial commits... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4488 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/sbar.c b/engine/client/sbar.c index 2c5ec0964..1d4278fcf 100644 --- a/engine/client/sbar.c +++ b/engine/client/sbar.c @@ -227,7 +227,7 @@ static mpic_t *Sbar_Q2CachePic(char *name) #define ICON_HEIGHT 24 #define CHAR_WIDTH 16 #define ICON_SPACE 8 -static void SCR_DrawField (float x, float y, int color, float width, float value) +static void SCR_DrawField (float x, float y, int color, float width, int value) { char num[16], *ptr; int l;