Mercurial > pidgin.yaz
changeset 22021:c72ea83f34d6
Fix my typo
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 06 Jan 2008 21:47:02 +0000 |
parents | 4163dcf643ae |
children | eeba86c553be |
files | libpurple/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c Sun Jan 06 21:15:17 2008 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Sun Jan 06 21:47:02 2008 +0000 @@ -1547,7 +1547,7 @@ char *delimit_lookup = ",;"; char *password_hash = (char *)g_malloc(25); - char *crypt_hashi = (char *)g_malloc(25); + char *crypt_hash = (char *)g_malloc(25); char *crypt_result = NULL; unsigned char pass_hash_xor1[64];