From 0543ced785eea5f30c6a13f6062a1400537e4d3d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 6 Jun 2004 23:58:35 +0000 Subject: [PATCH] regen --- sudo.tab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sudo.tab.c b/sudo.tab.c index a01765648..f434fc264 100644 --- a/sudo.tab.c +++ b/sudo.tab.c @@ -827,7 +827,7 @@ dumpaliases() void list_matches() { - size_t count; + size_t count; char *p; struct generic_alias *ga, key; @@ -1012,8 +1012,8 @@ init_parser() match = NULL; top = 0; parse_error = FALSE; - errorlineno = -1; - sudolineno = 1; + errorlineno = -1; + sudolineno = 1; } /* Allocate space for the matching stack. */ -- 2.50.1