aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-string.h')
-rw-r--r--lib/ephy-string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-string.h b/lib/ephy-string.h
index 86ab9eafc..d5b932ba0 100644
--- a/lib/ephy-string.h
+++ b/lib/ephy-string.h
@@ -30,7 +30,7 @@ gboolean ephy_string_to_int (const char *string,
char *ephy_string_blank_chr (char *source);
-char *ephy_string_shorten (const char *str,
+char *ephy_string_shorten (char *str,
gsize target_length);
G_END_DECLS