# HG changeset patch # User Evan Schoenberg # Date 1231939270 0 # Node ID cb1a897ae34c9c24fbcc8471a0c52845edaf210e # Parent 222595cbad929f54da4e6952e047a1ea62e1c820 Fixed an errant comment diff -r 222595cbad92 -r cb1a897ae34c libpurple/protocols/oscar/odc.c --- a/libpurple/protocols/oscar/odc.c Wed Jan 14 13:13:35 2009 +0000 +++ b/libpurple/protocols/oscar/odc.c Wed Jan 14 13:21:10 2009 +0000 @@ -394,7 +394,7 @@ } } - /* Send the message */ + /* Display the message we received */ imflags = 0; if (images != NULL) imflags |= PURPLE_MESSAGE_IMAGES;