aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-07 05:08:19 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-07 05:08:19 +0000
commite1f3604b376f38c081ff142d54d91aa3f68bd0f8 (patch)
tree9a31d60597d40d8422aeb183c08e735dd41e2f2b /gtk
parentc50091ed92b461b84adb7a158bab1e43a0e18dbf (diff)
Change variable from 'char*' to 'const char*' to avoid compiler warning.
svn path=/trunk/; revision=2391
Diffstat (limited to 'gtk')
-rw-r--r--gtk/help_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 43c565c449..00d0a2c5d5 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -1,6 +1,6 @@
/* help_dlg.c
*
- * $Id: help_dlg.c,v 1.8 2000/09/05 19:07:06 deniel Exp $
+ * $Id: help_dlg.c,v 1.9 2000/09/07 05:08:19 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
@@ -275,7 +275,7 @@ static void set_help_text(GtkWidget *w, help_type_t type)
header_field_info *hfinfo;
int i, len, maxlen = 0, maxlen2 = 0, maxlen3 = 0, nb_lines = 0;
int width, height;
- char *type_name;
+ const char *type_name;
char blanks[B_LEN];
/*