summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/od.c b/src/od.c
index 0cc3b0c93..2e3f7f9f2 100644
--- a/src/od.c
+++ b/src/od.c
@@ -153,10 +153,10 @@ static const int width_bytes[] =
/* Ensure that for each member of `enum size_spec' there is an
initializer in the width_bytes array. */
-struct assert_width_bytes_matches_size_spec_decl
+struct dummy
{
- int t1[sizeof width_bytes / sizeof width_bytes[0] - N_SIZE_SPECS];
- int t2[N_SIZE_SPECS - sizeof width_bytes / sizeof width_bytes[0]];
+ int assert_width_bytes_matches_size_spec_decl
+ [sizeof width_bytes / sizeof width_bytes[0] == N_SIZE_SPECS ? 1 : -1];
};
/* Names for some non-printing characters. */