diff src/cipher.c @ 11143:5c56223fa24f

[gaim-migrate @ 13207] I think this gets rid of the last of the gcc4 -Wall warnings in the core committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 22 Jul 2005 02:06:15 +0000
parents b256ce6b85b8
children 8dca96cbcd64
line wrap: on
line diff
--- a/src/cipher.c	Fri Jul 22 01:49:19 2005 +0000
+++ b/src/cipher.c	Fri Jul 22 02:06:15 2005 +0000
@@ -650,7 +650,7 @@
 	context = gaim_cipher_context_new(cipher, NULL);
 	gaim_cipher_context_append(context, data, data_len);
 	ret = gaim_cipher_context_digest(context, in_len, digest, out_len);
- 	gaim_cipher_context_destroy(context);
+	gaim_cipher_context_destroy(context);
 
 	return ret;
 }