diff options
Diffstat (limited to 'lib-src/hexl.c')
-rw-r--r-- | lib-src/hexl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 89ea7d9f60c..f03663ef5be 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c @@ -48,7 +48,7 @@ int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; int group_by = DEFAULT_GROUPING; char *progname; -void usage(void) NO_RETURN; +void usage (void) NO_RETURN; int main (int argc, char **argv) |