make a string pointer const.
2008-09-11 Michael Natterer <mitch@gimp.org> * app/core/gimp-modules.c (gimp_modules_unload): make a string pointer const. svn path=/trunk/; revision=26927
This commit is contained in:

committed by
Michael Natterer

parent
3095df7ebd
commit
af9817b466
@ -1,3 +1,8 @@
|
||||
2008-09-11 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimp-modules.c (gimp_modules_unload): make a string
|
||||
pointer const.
|
||||
|
||||
2008-09-11 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/script-fu-regex.[ch]: namespace, copyright
|
||||
|
@ -179,7 +179,7 @@ gimp_modules_unload (Gimp *gimp)
|
||||
{
|
||||
GimpConfigWriter *writer;
|
||||
GString *str;
|
||||
gchar *p;
|
||||
const gchar *p;
|
||||
gchar *filename;
|
||||
GError *error = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user