diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_plastic.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx index 6e8c429b6..a4800bdb7 100644 --- a/src/fl_plastic.cxx +++ b/src/fl_plastic.cxx @@ -227,7 +227,7 @@ static void shade_rect(int x, int y, int w, int h, const char *c, Fl_Color bc) { static void shade_round(int x, int y, int w, int h, const char *c, Fl_Color bc) { uchar *g = fl_gray_ramp(); - int i, j; + int i; int clen = strlen(c) - 1; int chalf = clen / 2; int cstep = 1; |
