From 971c8d4c1f18977aa9c1ade1267ee14b62cf359f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 5 Jul 2005 05:17:10 +0000 Subject: Adjust to verify.h change. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') 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] = -- cgit v1.2.3-54-g00ecf