diff options
Diffstat (limited to 'lib/ephy-string.h')
-rw-r--r-- | lib/ephy-string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-string.h b/lib/ephy-string.h index 3c57d08de..97e15e756 100644 --- a/lib/ephy-string.h +++ b/lib/ephy-string.h @@ -33,7 +33,7 @@ gchar *ephy_string_time_to_string (GDate *t, const char *format); gboolean ephy_str_to_int (const char *string, - int *integer); + gulong *integer); char *ephy_str_strip_chr (const char *source, char remove_this); |