diff options
Diffstat (limited to 'src/post/goom/gfontrle.c')
-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 8a4b32cd0..a22545a1e 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) */ -const struct { +static const struct { unsigned int width; unsigned int height; unsigned int bytes_per_pixel; |