changeset 26801: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 8cb3403430bb
files libpurple/protocols/jabber/useravatar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;