summaryrefslogtreecommitdiff
path: root/src/glibext/options/hex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/options/hex.c')
-rw-r--r--src/glibext/options/hex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/options/hex.c b/src/glibext/options/hex.c
index 5804a57..ab461a7 100644
--- a/src/glibext/options/hex.c
+++ b/src/glibext/options/hex.c
@@ -101,7 +101,7 @@ static void g_hex_options_init(GHexOptions *options)
#endif
(const char *[]) { _("Offset") },
(const bool []) { true },
- 1);
+ HCO_COUNT);
assert(status);