comparison libpurple/protocols/jabber/useravatar.c @ 26883:df7505e0d64a

The correct fix here is to place non-code in a comment (yes, even if it's #if'd out).
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 03 May 2009 23:02:31 +0000
parents 856b54b6198d
children 77cfaae36918
comparison
equal deleted inserted replaced
26882:856b54b6198d 26883:df7505e0d64a
44 44
45 static void 45 static void
46 remove_avatar_0_12_nodes(JabberStream *js) 46 remove_avatar_0_12_nodes(JabberStream *js)
47 { 47 {
48 #if 0 48 #if 0
49 See note below for why this is #if 0'd 49 /* See note below for why this is #if 0'd */
50 50
51 /* Publish an empty avatar according to the XEP-0084 v0.12 semantics */ 51 /* Publish an empty avatar according to the XEP-0084 v0.12 semantics */
52 xmlnode *publish, *item, *metadata; 52 xmlnode *publish, *item, *metadata;
53 /* publish the metadata */ 53 /* publish the metadata */
54 publish = xmlnode_new("publish"); 54 publish = xmlnode_new("publish");