[PATCH 1/3] Fix "multi-character character constant" compile warning

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: SZEDER Gábor
Date: Tuesday, February 3, 2009 - 6:08 am

From: SZEDER Gábor <szeder@fzi.de>

... that was caused by a short command line option.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
---
 gitg/gitg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitg/gitg.c b/gitg/gitg.c
index 1b33294..69c5b56 100644
--- a/gitg/gitg.c
+++ b/gitg/gitg.c
@@ -15,7 +15,7 @@ static gboolean commit_mode = FALSE;
 
 static GOptionEntry entries[] = 
 {
-	{ "commit", '-c', 0, G_OPTION_ARG_NONE, &commit_mode, N_("Start gitg in commit mode") }, 
+	{ "commit", 'c', 0, G_OPTION_ARG_NONE, &commit_mode, N_("Start gitg in commit mode") },
 	{ NULL }
 };
 
-- 
1.6.1.2.362.g0f78

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git gtk+/GNOME gui application: gitg, Jesse van den Kieboom, (Sat Jan 31, 1:05 pm)
Re: [PATCH 1/2] fsck: HEAD is part of refs, Junio C Hamano, (Sat Jan 31, 5:53 pm)
Re: git gtk+/GNOME gui application: gitg, SZEDER , (Tue Feb 3, 6:08 am)
[PATCH 1/3] Fix "multi-character character constant" compi ..., SZEDER Gábor, (Tue Feb 3, 6:08 am)
[PATCH 2/3] Refactor loading xml UI files, SZEDER Gábor, (Tue Feb 3, 6:08 am)
Re: git gtk+/GNOME gui application: gitg, Michael J Gruber, (Tue Feb 3, 9:58 am)
Re: git gtk+/GNOME gui application: gitg, Jakub Narebski, (Tue Feb 3, 10:00 am)
Re: git gtk+/GNOME gui application: gitg, Stefan Karpinski, (Tue Feb 3, 12:43 pm)
Re: git gtk+/GNOME gui application: gitg, Miles Bader, (Tue Feb 3, 8:38 pm)
Re: git gtk+/GNOME gui application: gitg, Felipe Contreras, (Wed Feb 4, 12:39 am)
Re: git gtk+/GNOME gui application: gitg, Jesse van den Kieboom, (Wed Feb 4, 4:48 am)
Re: git gtk+/GNOME gui application: gitg, Jesse van den Kieboom, (Wed Feb 4, 4:50 am)
Re: git gtk+/GNOME gui application: gitg, Michael J Gruber, (Wed Feb 4, 5:46 am)
Re: git gtk+/GNOME gui application: gitg, Felipe Contreras, (Wed Feb 4, 7:12 am)
Re: git gtk+/GNOME gui application: gitg, Jesse van den Kieboom, (Wed Feb 4, 7:18 am)
Re: git gtk+/GNOME gui application: gitg, Michael J Gruber, (Wed Feb 4, 7:29 am)
Re: git gtk+/GNOME gui application: gitg, Jesse van den Kieboom, (Wed Feb 4, 7:33 am)
Re: git gtk+/GNOME gui application: gitg, Michael J Gruber, (Wed Feb 4, 7:40 am)
Re: git gtk+/GNOME gui application: gitg, Jesse van den Kieboom, (Wed Feb 4, 7:46 am)
Re: git gtk+/GNOME gui application: gitg, Felipe Contreras, (Wed Feb 4, 8:00 am)
Re: git gtk+/GNOME gui application: gitg, Miles Bader, (Wed Feb 4, 10:46 pm)
Re: git gtk+/GNOME gui application: gitg, Jesse van den Kieboom, (Thu Feb 5, 1:06 pm)
Re: git gtk+/GNOME gui application: gitg, Miles Bader, (Fri Feb 6, 2:49 am)
Re: [PATCH 2/3] Refactor loading xml UI files, Jesse van den Kieboom, (Sat Feb 14, 2:37 pm)