]> granicus.if.org Git - graphviz/commitdiff
Fix incorrect call to glutInit
authorerg <devnull@localhost>
Wed, 13 May 2009 21:06:32 +0000 (21:06 +0000)
committererg <devnull@localhost>
Wed, 13 May 2009 21:06:32 +0000 (21:06 +0000)
cmd/smyrna/main.c

index 384ebe10e402869bbfdde8f85f5bc4b8228026c2..985130d0560d90cc8edc94f51dae36b3f9a7189f 100755 (executable)
@@ -70,7 +70,7 @@ smyrnaPath (char* suffix)
     char* pathSep = "\\";
 #else
 
-       assert (smyrnaDir);
+    assert (smyrnaDir);
     char* pathSep = "/";
 #endif
 
@@ -215,7 +215,7 @@ int main(int argc, char *argv[])
        change_cursor(GDK_TOP_LEFT_ARROW);
 
 #ifndef WIN32  
-       glutInit(&argc,&argv);
+       glutInit(&argc,argv);
 #endif
        gtk_main();