libpurple/ciphers/md5hash.c

branch
soc.2013.gobjectification
changeset 35020
0ab63ada3cf2
parent 34965
9abd15d6da07
child 35026
fde23518e1e5
--- a/libpurple/ciphers/md5hash.c	Sat Oct 12 20:40:01 2013 +0530
+++ b/libpurple/ciphers/md5hash.c	Sat Oct 12 20:46:23 2013 +0530
@@ -159,7 +159,7 @@
  * API
  *****************************************************************************/
 GType
-purple_md5_hash_get_gtype(void) {
+purple_md5_hash_get_type(void) {
 	static GType type = 0;
 
 	if(type == 0) {

mercurial