From 1397c53eb7b61282f9fc1b94aa8c379dfeac3507 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 25 May 2005 22:37:48 +0000 Subject: [PATCH] rest_description should be const. Wed May 25 15:33:51 2005 Manish Singh * glib/goption.c (print_help): rest_description should be const. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ glib/goption.c | 2 +- 5 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b3cde02b..5610d086 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 25 15:33:51 2005 Manish Singh + + * glib/goption.c (print_help): rest_description should be const. + 2005-05-25 Matthias Clasen * glib/gunidecomp.c (combine_hangul): Don't eat Hangul diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b3cde02b..5610d086 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Wed May 25 15:33:51 2005 Manish Singh + + * glib/goption.c (print_help): rest_description should be const. + 2005-05-25 Matthias Clasen * glib/gunidecomp.c (combine_hangul): Don't eat Hangul diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b3cde02b..5610d086 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Wed May 25 15:33:51 2005 Manish Singh + + * glib/goption.c (print_help): rest_description should be const. + 2005-05-25 Matthias Clasen * glib/gunidecomp.c (combine_hangul): Don't eat Hangul diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b3cde02b..5610d086 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Wed May 25 15:33:51 2005 Manish Singh + + * glib/goption.c (print_help): rest_description should be const. + 2005-05-25 Matthias Clasen * glib/gunidecomp.c (combine_hangul): Don't eat Hangul diff --git a/glib/goption.c b/glib/goption.c index 96629665..8fdbdd9e 100644 --- a/glib/goption.c +++ b/glib/goption.c @@ -437,7 +437,7 @@ print_help (GOptionContext *context, GOptionEntry *entry; GHashTable *shadow_map; gboolean seen[256]; - gchar *rest_description; + const gchar *rest_description; rest_description = NULL; if (context->main_group) -- 2.34.1