rest_description should be const.

Wed May 25 15:33:51 2005  Manish Singh  <yosh@gimp.org>

        * glib/goption.c (print_help): rest_description should be const.
This commit is contained in:
Manish Singh 2005-05-25 22:37:48 +00:00 committed by Manish Singh
parent 499d7937b7
commit 1397c53eb7
5 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed May 25 15:33:51 2005 Manish Singh <yosh@gimp.org>
* glib/goption.c (print_help): rest_description should be const.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* glib/gunidecomp.c (combine_hangul): Don't eat Hangul

View File

@ -1,3 +1,7 @@
Wed May 25 15:33:51 2005 Manish Singh <yosh@gimp.org>
* glib/goption.c (print_help): rest_description should be const.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* glib/gunidecomp.c (combine_hangul): Don't eat Hangul

View File

@ -1,3 +1,7 @@
Wed May 25 15:33:51 2005 Manish Singh <yosh@gimp.org>
* glib/goption.c (print_help): rest_description should be const.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* glib/gunidecomp.c (combine_hangul): Don't eat Hangul

View File

@ -1,3 +1,7 @@
Wed May 25 15:33:51 2005 Manish Singh <yosh@gimp.org>
* glib/goption.c (print_help): rest_description should be const.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* glib/gunidecomp.c (combine_hangul): Don't eat Hangul

View File

@ -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)