comparison libpurple/cipher.c @ 31222:1e9425e70a94

Fixed a typo
author Gary Kramlich <grim@reaperworld.com>
date Thu, 17 Feb 2011 00:43:09 +0000
parents 2b041e31b825
children
comparison
equal deleted inserted replaced
31221:2b041e31b825 31222:1e9425e70a94
221 static gint handle; 221 static gint handle;
222 222
223 return &handle; 223 return &handle;
224 } 224 }
225 225
226 /* This are implemented in the purple-ciphers sublibrary built in the ciphers 226 /* These are implemented in the purple-ciphers sublibrary built in the ciphers
227 * directory. We could put a header file in there, but it's less hassle for 227 * directory. We could put a header file in there, but it's less hassle for
228 * the developer to just add it here since they have to register it here as 228 * the developer to just add it here since they have to register it here as
229 * well. 229 * well.
230 */ 230 */
231 PurpleCipherOps *purple_des_cipher_get_ops(); 231 PurpleCipherOps *purple_des_cipher_get_ops();