Author: mdk
Date: 2008-02-12 10:15:09 -0500 (Tue, 12 Feb 2008)
New Revision: 95514

Modified:
   trunk/moon/src/animation.cpp
Log:
Tiny fix (remove warning) for last commit.


Modified: trunk/moon/src/animation.cpp
===================================================================
--- trunk/moon/src/animation.cpp        2008-02-12 15:14:33 UTC (rev 95513)
+++ trunk/moon/src/animation.cpp        2008-02-12 15:15:09 UTC (rev 95514)
@@ -643,7 +643,7 @@
 
 /* Fills in the given table with "lookup values" (y for x) for our spline.
  * This is used later on in the GetSplineProgress */
-static double generate_table (Point p1, Point p2, Point p3, Point p4, unsigned 
char table [257])
+static void generate_table (Point p1, Point p2, Point p3, Point p4, unsigned 
char table [257])
 {
        memset (table, 0, 257);
        double t;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to