aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 276d20f310..45d3801453 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -79,7 +79,7 @@ void e_type_traverse (GType parent_type,
ETypeFunc func,
gpointer user_data);
-gchar * e_str_without_underscores (const gchar *s);
+gchar * e_str_without_underscores (const gchar *string);
gint e_str_compare (gconstpointer x,
gconstpointer y);
gint e_str_case_compare (gconstpointer x,