diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-05-04 18:10:40 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-05-04 18:10:40 +0000 |
commit | 16a83f1287a9e3e7325c964846636b713677fd41 (patch) | |
tree | 6d97d3f4b611ed3a97118ea01e6559c8cff2dc53 /src | |
parent | 1e21218596ab3eb84da7b2ec8aedd46827284b8a (diff) | |
download | xine-lib-16a83f1287a9e3e7325c964846636b713677fd41.tar.gz xine-lib-16a83f1287a9e3e7325c964846636b713677fd41.tar.bz2 |
Compilation fix.
CVS patchset: 7986
CVS date: 2006/05/04 18:10:40
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; |