libpurple/blist.h

branch
next.minor
changeset 25119
d78a152554c4
parent 24968
2d500d10773f
parent 25105
fe13c190ca13
child 25885
5b5e2ca316b2
--- a/libpurple/blist.h	Wed Dec 03 01:58:45 2008 +0000
+++ b/libpurple/blist.h	Sat Dec 13 05:45:27 2008 +0000
@@ -71,7 +71,7 @@
 
 typedef enum
 {
-	PURPLE_BLIST_NODE_FLAG_NO_SAVE      = 1 << 0, /**< node should not be saved with the buddy list */
+	PURPLE_BLIST_NODE_FLAG_NO_SAVE      = 1 << 0 /**< node should not be saved with the buddy list */
 
 } PurpleBlistNodeFlags;
 

mercurial