summaryrefslogtreecommitdiffstats
path: root/disk-utils/raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/raw.c')
-rw-r--r--disk-utils/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/raw.c b/disk-utils/raw.c
index 1e7a6fbd7..eb58e9644 100644
--- a/disk-utils/raw.c
+++ b/disk-utils/raw.c
@@ -63,7 +63,7 @@ static void __attribute__ ((__noreturn__)) usage(int err)
exit(err);
}
-long strtol_octal_or_err(const char *str, const char *errmesg)
+static long strtol_octal_or_err(const char *str, const char *errmesg)
{
long num;
char *end = NULL;