diff options
Diffstat (limited to 'src/post/goom/gfontrle.c')
-rwxr-xr-x | src/post/goom/gfontrle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post/goom/gfontrle.c b/src/post/goom/gfontrle.c index 69c4afba5..8a4b32cd0 100755 --- a/src/post/goom/gfontrle.c +++ b/src/post/goom/gfontrle.c @@ -1,5 +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; |