aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-password-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-password-manager.c')
-rw-r--r--embed/ephy-password-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-password-manager.c b/embed/ephy-password-manager.c
index d9b7e8dc2..14de93d79 100644
--- a/embed/ephy-password-manager.c
+++ b/embed/ephy-password-manager.c
@@ -75,7 +75,7 @@ ephy_password_info_new (const char *host,
* Return value: a copy of @info
**/
EphyPasswordInfo *
-ephy_password_info_copy (EphyPasswordInfo *info)
+ephy_password_info_copy (const EphyPasswordInfo *info)
{
EphyPasswordInfo *copy = g_new0 (EphyPasswordInfo, 1);