mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
568 B

The usual gcc-3.4 fixes ...
- Rene Rebe <rene@rocklinux.org>
--- imlib2-2004-01-18-orig/src/rgbadraw.c 2003-07-13 03:09:17.000000000 +0200
+++ imlib2-2004-01-18/src/rgbadraw.c 2004-05-05 18:31:54.920199456 +0200
@@ -2358,6 +2358,7 @@
if (ps)
ps->next = s;
nospans:
+ ;
}
}
if (i == y2)
@@ -2365,6 +2366,7 @@
i += step;
}
nolines:
+ ;
}
for (i = 0; i < h; i++)
{