Added missing prototype for new list function.
[freeglut] / src / freeglut_glutfont_definitions.c
index a879118..87fdf40 100644 (file)
@@ -51,7 +51,7 @@ struct freeglutStrokeFont
   void *ch ; 
   float top ; 
   float bottom ; 
-} ; 
+}; 
 
 struct freeglutBitmapFont
 { 
@@ -59,7 +59,7 @@ struct freeglutBitmapFont
   const int num_chars ; 
   const int first ; 
   const void *ch ; 
-} ; 
+}; 
 
 
 struct freeglutStrokeFont glutStrokeRoman ;