(address_base): Declare to be static.
authorJim Meyering <jim@meyering.net>
Thu, 7 Dec 2000 10:07:08 +0000 (10:07 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 7 Dec 2000 10:07:08 +0000 (10:07 +0000)
src/od.c

index f910e06..8429920 100644 (file)
--- 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 \