From 6798192ed825aaeefd296fc1769cbadf5c20e29e Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Dec 2004 01:19:45 +0000 Subject: Fix spacing issue. 2004-12-07 Glynn Foster * src/option.c: Fix spacing issue. --- src/option.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/option.c b/src/option.c index b230633b..7337f488 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, -- cgit