diff options
Diffstat (limited to 'graphics/imlib2/files/patch-src_rgbadraw.c')
-rw-r--r-- | graphics/imlib2/files/patch-src_rgbadraw.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/imlib2/files/patch-src_rgbadraw.c b/graphics/imlib2/files/patch-src_rgbadraw.c new file mode 100644 index 000000000000..e9b730c7cb3a --- /dev/null +++ b/graphics/imlib2/files/patch-src_rgbadraw.c @@ -0,0 +1,19 @@ +--- src/rgbadraw.c.orig Sat Jul 31 11:10:28 2004 ++++ src/rgbadraw.c Sat Jul 31 11:16:05 2004 +@@ -2357,14 +2357,14 @@ + /* last span on line and still not < ss->x */ + if (ps) + ps->next = s; +- nospans: ++ nospans: ; + } + } + if (i == y2) + goto nolines; + i += step; + } +- nolines: ++ nolines: ; + } + for (i = 0; i < h; i++) + { |