mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
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:
parent
499d7937b7
commit
1397c53eb7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user