summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-05 05:17:10 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-05 05:17:10 +0000
commit971c8d4c1f18977aa9c1ade1267ee14b62cf359f (patch)
treeade0f84be0c6fc72e7f672325b5a34adbbd500a3 /src/od.c
parentaeecb8f89f735e3892d2b5f07847216320472939 (diff)
downloadcoreutils-971c8d4c1f18977aa9c1ade1267ee14b62cf359f.tar.xz
Adjust to verify.h change.
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 92eca4590..651ebf29a 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_decl (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
+verify (sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS);
/* Names for some non-printing characters. */
static const char *const charname[33] =