--- fluidsynth-1.1.2/include/fluidsynth/synth.h	2010-08-31 23:24:53.000000000 -0400
+++ synth.h	2010-10-07 18:04:31.000000000 -0400
@@ -195,7 +195,7 @@
   FLUID_INTERP_NONE = 0,        /**< No interpolation: Fastest, but questionable audio quality */
   FLUID_INTERP_LINEAR = 1,      /**< Straight-line interpolation: A bit slower, reasonable audio quality */
   FLUID_INTERP_4THORDER = 4,    /**< Fourth-order interpolation, good quality, the default */
-  FLUID_INTERP_7THORDER = 7,    /**< Seventh-order interpolation */
+  FLUID_INTERP_7THORDER = 7    /**< Seventh-order interpolation */
 };
 
 #define FLUID_INTERP_DEFAULT    FLUID_INTERP_4THORDER   /**< Default interpolation method from #fluid_interp. */

