diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-09-09 07:48:01 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-09-09 07:48:01 +0000 |
| commit | dfca6b5ed7757d91368c5aace6705a1678825db7 (patch) | |
| tree | b231514883dd6c5e1f9bd00596d40b765da65554 /zic/zdump.c | |
| parent | f9c13c1a3125c3b582cf1cea2cfb61ba7c5be8b5 (diff) | |
Diffstat (limited to 'zic/zdump.c')
| -rw-r--r-- | zic/zdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zic/zdump.c b/zic/zdump.c index 7985b9269da9..67bed06bc398 100644 --- a/zic/zdump.c +++ b/zic/zdump.c @@ -238,7 +238,7 @@ const char * const zone; static void usage(stream, status) FILE * const stream; -const int status +const int status; { (void) fprintf(stream, _("%s: usage is %s [ --version ] [ --help ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n\ |
