summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-04 13:59:54 +0000
committerJim Meyering <jim@meyering.net>2005-07-04 13:59:54 +0000
commit746f032f31256cc0342fa21f928a38a180a10935 (patch)
tree6f1c132addc2ef278b53150192717aa7855a239a /src/od.c
parentab8dd2fabc90f361274560187716cd893a3abc4e (diff)
downloadcoreutils-746f032f31256cc0342fa21f928a38a180a10935.tar.xz
Reflect name change: s/VERIFY/verify_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 09c4c15ad..f78b5e06a 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 (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
+verify_dcl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
/* Names for some non-printing characters. */
static const char *const charname[33] =