From 8c8424d0c2f8715720620c9f340bf62d5d4cf2c7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 7 Dec 2000 10:07:08 +0000 Subject: (address_base): Declare to be static. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index f910e06cf..842992043 100644 --- a/src/od.c +++ b/src/od.c @@ -151,7 +151,7 @@ static const char *const charname[33] = }; /* Address base (8, 10 or 16). */ -int address_base; +static int address_base; /* The number of octal digits required to represent the largest off_t value. */ #define MAX_ADDRESS_LENGTH \ -- cgit v1.2.3-54-g00ecf