From 2318032d41a56e9ffe3addaf93e0435c0cc41d6a Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 13 Sep 2006 05:06:12 +0000 Subject: initialize variable (WARNS=6) --- usr.bin/indent/indent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/indent') diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index bd654a8..9917960 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -152,6 +152,7 @@ main(int argc, char **argv) be_save = 0; output = 0; + tabs_to_var = 0; /*--------------------------------------------------*\ | COMMAND LINE SCAN | -- cgit v1.1