Ver código fonte

- missing space added (cosmetic change)

Jan Janak 20 anos atrás
pai
commit
a8a0b432cb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      cfg.y

+ 1 - 1
cfg.y

@@ -770,7 +770,7 @@ route_stm:  ROUTE LBRACE actions RBRACE { push($3, &rlist[DEFAULT_RT]); }
 										if (($3<RT_NO) && ($3>=0)){
 											push($6, &rlist[$3]);
 										}else{
-											yyerror("invalid routing"
+											yyerror("invalid routing "
 													"table number");
 											YYABORT; }
 										}