From db3df0570a81d7bc4303a936b9fc5312fc12e538 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 21 Oct 2005 05:15:15 +0000 Subject: [PATCH] added struct name to imageformats to cure an error in g++ 4 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5745 d7cf8633-e32d-0410-b094-e92efae38249 --- image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.c b/image.c index e58b98f2..83032091 100644 --- a/image.c +++ b/image.c @@ -652,7 +652,7 @@ void Image_StripImageExtension (const char *in, char *out) strcpy(out, in); } -struct +struct imageformat_s { const char *formatstring; qbyte *(*loadfunc)(const qbyte *f, int matchwidth, int matchheight); -- 2.39.2