Control: tags -1 patch

Hi!

You’ll find my patch to fix this FTBFS (caused by a stray comma)
attached.

Regards,
Juhani Numminen
Description: Fix FTBFS with gcc-4.8 by removing stray ‘,’
Author: Juhani Numminen <juhaninummin...@gmail.com>
Bug-Debian: http://bugs.debian.org/701355
Last-Update: 2013-06-06

--- a/main.cpp
+++ b/main.cpp
@@ -1420,7 +1420,7 @@
 //Leaves an trail of the ball
 class tracer {
   private:
-    GLfloat x[100], y[100], r[100], g[100], b[100], a[100],s[100], cr,cg,cb,;
+    GLfloat x[100], y[100], r[100], g[100], b[100], a[100],s[100], cr,cg,cb;
     bool active[100];
     int color;
     GLfloat lastX, lastY; //Last position where we spawned one

Reply via email to