summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-07 10:07:08 +0000
committerJim Meyering <jim@meyering.net>2000-12-07 10:07:08 +0000
commit8c8424d0c2f8715720620c9f340bf62d5d4cf2c7 (patch)
tree6cf706bbd20783bbd1782066d9680ba6efbc5837 /src
parente42f27d1477d25eead373ce45410306bfbfe78b2 (diff)
downloadcoreutils-8c8424d0c2f8715720620c9f340bf62d5d4cf2c7.tar.xz
(address_base): Declare to be static.
Diffstat (limited to 'src')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
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 \