diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-12-07 01:19:45 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-12-07 01:19:45 +0000 |
commit | 6798192ed825aaeefd296fc1769cbadf5c20e29e (patch) | |
tree | 534f06b158a2e7de4fcdb1da89f7329a72f85242 /src | |
parent | f57c93017bdfbb8612004cd05c606ea4684ea907 (diff) |
Fix spacing issue.
2004-12-07 Glynn Foster <glynn.foster@sun.com>
* src/option.c: Fix spacing issue.
Diffstat (limited to 'src')
-rw-r--r-- | src/option.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c index b230633..7337f48 100644 --- a/src/option.c +++ b/src/option.c @@ -176,7 +176,8 @@ GOptionEntry calendar_options[] = { N_("Set the calendar year"), NULL }, - { "date-format", + { + "date-format", '\0', 0, G_OPTION_ARG_STRING, |