close comment.
2001-12-05 Sven Neumann <sven@gimp.org> * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment. * gtk/queryimmodules.c: g_dir_read_name() returns const.
This commit is contained in:

committed by
Sven Neumann

parent
6b1407a3ec
commit
57f508467e
@ -142,7 +142,7 @@ int main (int argc, char **argv)
|
||||
GDir *dir = g_dir_open (dirs[i], 0, NULL);
|
||||
if (dir)
|
||||
{
|
||||
char *dent;
|
||||
const char *dent;
|
||||
|
||||
while ((dent = g_dir_read_name (dir)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user