diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/post/goom/gfontrle.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |