summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-15 22:16:30 +0000
committerJim Meyering <jim@meyering.net>1995-11-15 22:16:30 +0000
commit77469b714b9600dc3e886f4105274afd3b5438ae (patch)
treeb29f0b723956758acc0571be88b611bf31d87299 /src/od.c
parent1fbac54162e369be43782f00a55d8127acb97416 (diff)
downloadcoreutils-77469b714b9600dc3e886f4105274afd3b5438ae.tar.xz
(*format_address): Tweak dcl.
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 0293b11a1..59386d230 100644
--- a/src/od.c
+++ b/src/od.c
@@ -217,7 +217,7 @@ static long int pseudo_offset;
/* Function to format an address and optionally an additional parenthesized
pseudo-address; it returns the formatted string. */
-static const char *(*format_address) (__P (long unsigned int));
+static const char *(*format_address) __P ((long unsigned int));
/* The number of input bytes to skip before formatting and writing. */
static off_t n_bytes_to_skip = 0;