]> granicus.if.org Git - graphviz/commitdiff
Fix warning
authorerg <devnull@localhost>
Fri, 26 Jun 2009 18:25:23 +0000 (18:25 +0000)
committererg <devnull@localhost>
Fri, 26 Jun 2009 18:25:23 +0000 (18:25 +0000)
lib/glcomp/glcomptext.c

index 18da0a243be8b84f9f78a5bf09f91046d60b484a..f06f162a50e2774e24029475611aeee1e9344530 100644 (file)
@@ -208,7 +208,7 @@ static int glutfontId(fontset_t* fontset,void* glutfont)
 }
 
 
-glCompText* glut_font_init()
+glCompText* glut_font_init(void)
 {
     glCompText* font = NEW(glCompText);
        font->color.R=1.00;