# HG changeset patch # User Paul Aurich # Date 1241379396 0 # Node ID ea2306f2f886fda4933613c7d69b24260cebcf90 # Parent afc3ec89e83bf2dec3014895bc3504cff15ef295 useravatar.c:49:38: warning: missing terminating ' character diff -r afc3ec89e83b -r ea2306f2f886 libpurple/protocols/jabber/useravatar.c --- a/libpurple/protocols/jabber/useravatar.c Sun May 03 18:51:11 2009 +0000 +++ b/libpurple/protocols/jabber/useravatar.c Sun May 03 19:36:36 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 0d /* Publish an empty avatar according to the XEP-0084 v0.12 semantics */ xmlnode *publish, *item, *metadata;