libpurple/ciphers/hmaccipher.c

branch
soc.2013.gobjectification
changeset 35020
0ab63ada3cf2
parent 35014
21864c2f543f
child 35026
fde23518e1e5
--- a/libpurple/ciphers/hmaccipher.c	Sat Oct 12 20:40:01 2013 +0530
+++ b/libpurple/ciphers/hmaccipher.c	Sat Oct 12 20:46:23 2013 +0530
@@ -287,7 +287,7 @@
  * PurpleHMACCipher API
  *****************************************************************************/
 GType
-purple_hmac_cipher_get_gtype(void) {
+purple_hmac_cipher_get_type(void) {
 	static GType type = 0;
 
 	if(type == 0) {

mercurial