]> granicus.if.org Git - graphviz/commitdiff
Fix format
authorerg <devnull@localhost>
Thu, 30 Jul 2009 21:53:27 +0000 (21:53 +0000)
committererg <devnull@localhost>
Thu, 30 Jul 2009 21:53:27 +0000 (21:53 +0000)
lib/gvpr/parse.c

index 2a8c05072ba6baa82b9ac0a3607126ab19993ed5..f158909db1f4ec0a29bdf0523ca6e7cd27f92833 100644 (file)
@@ -487,7 +487,7 @@ parse_prog *parseProg(char *input, int isFile)
     int n_nstmts = 0;
     int n_estmts = 0;
     int line = 0, gline = 0;
-    int l_beging=0;
+    int l_beging = 0;
     char *begg_stmt;
 
     prog = newof(0, parse_prog, 1, 0);