From 16a83f1287a9e3e7325c964846636b713677fd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 4 May 2006 18:10:40 +0000 Subject: Compilation fix. CVS patchset: 7986 CVS date: 2006/05/04 18:10:40 --- src/post/goom/gfontrle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/post/goom/gfontrle.c b/src/post/goom/gfontrle.c index a22545a1e..8a4b32cd0 100755 --- a/src/post/goom/gfontrle.c +++ b/src/post/goom/gfontrle.c @@ -1,6 +1,6 @@ /* RGBA C-Source image dump (with zRLE compression) */ -static const struct { +const struct { unsigned int width; unsigned int height; unsigned int bytes_per_pixel; -- cgit v1.2.3