# HG changeset patch # User Elliott Sales de Andrade # Date 1241391751 0 # Node ID df7505e0d64a2441a91f3274162de012b97de444 # Parent 856b54b6198d1fdce0b5d1ab63069b1bc740f183 The correct fix here is to place non-code in a comment (yes, even if it's #if'd out). diff -r 856b54b6198d -r df7505e0d64a libpurple/protocols/jabber/useravatar.c --- a/libpurple/protocols/jabber/useravatar.c Sun May 03 22:51:03 2009 +0000 +++ b/libpurple/protocols/jabber/useravatar.c Sun May 03 23:02:31 2009 +0000 @@ -46,7 +46,7 @@ remove_avatar_0_12_nodes(JabberStream *js) { #if 0 - See note below for why this is #if 0'd + /* See note below for why this is #if 0'd */ /* Publish an empty avatar according to the XEP-0084 v0.12 semantics */ xmlnode *publish, *item, *metadata;