summaryrefslogtreecommitdiff
path: root/graphics/imlib2/files/patch-src_rgbadraw.c
blob: e9b730c7cb3a8355d5fe8a3032c0a24480cffaf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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++)
      {