aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wsp_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-06-28 22:15:12 +0000
committerGuy Harris <guy@alum.mit.edu>2005-06-28 22:15:12 +0000
commit3522c0719d9f34cf5cee9afb0c788c9a70b4ea30 (patch)
treefb92eb33444f34766681bd49c7e3c72baa1d13a0 /gtk/wsp_stat.c
parent3f01c028baf2a280f32fccdb0d6c7c5cb715503d (diff)
More constification.
svn path=/trunk/; revision=14812
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index e96056e5c1..06810d7e47 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -251,7 +251,7 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
}
static void
-add_table_entry(wspstat_t *sp, char *str, int x, int y, int index)
+add_table_entry(wspstat_t *sp, const char *str, int x, int y, int index)
{
GtkWidget *tmp;