summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index d0b706799..9b9769421 100644
--- a/src/od.c
+++ b/src/od.c
@@ -1342,7 +1342,7 @@ get_lcm (void)
/* If S is a valid pre-POSIX offset specification with an optional leading '+'
return nonzero and set *OFFSET to the offset it denotes. */
-int
+static int
parse_old_offset (const char *s, uintmax_t *offset)
{
int radix;