summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-04 17:40:37 +0000
committerJim Meyering <jim@meyering.net>2005-07-04 17:40:37 +0000
commitbd6ce958915b2f4cfb0cc32e614a70a7561f2080 (patch)
tree04e5bb0f9399124f1288d5dc170ed8c6a4d77ace /src/od.c
parente2b7434615ff8ad9fd37c93d0c563976fa59daf8 (diff)
downloadcoreutils-bd6ce958915b2f4cfb0cc32e614a70a7561f2080.tar.xz
rename: s/verify_dcl/verify_decl/
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 f78b5e06a..92eca4590 100644
--- a/src/od.c
+++ b/src/od.c
@@ -162,7 +162,7 @@ static const int width_bytes[] =
/* Ensure that for each member of `enum size_spec' there is an
initializer in the width_bytes array. */
-verify_dcl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
+verify_decl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
/* Names for some non-printing characters. */
static const char *const charname[33] =