]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
rename: s/verify_dcl/verify_decl/
authorJim Meyering <jim@meyering.net>
Mon, 4 Jul 2005 17:40:37 +0000 (17:40 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Jul 2005 17:40:37 +0000 (17:40 +0000)
src/od.c

index f78b5e06a478a75f394073fedff61ed8578b8cf4..92eca4590e2d44865a15c58cc557a18af27f20e9 100644 (file)
--- 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] =