diff src/protocols/oscar/locate.c @ 7447:0e7a835e2433

[gaim-migrate @ 8058] I fixed some memleaks. Trying to view someone's log twice causes bad things? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 Nov 2003 08:32:17 +0000
parents 83e8faa7f6d5
children fa0324675ed9
line wrap: on
line diff
--- a/src/protocols/oscar/locate.c	Thu Nov 06 08:15:11 2003 +0000
+++ b/src/protocols/oscar/locate.c	Thu Nov 06 08:32:17 2003 +0000
@@ -249,9 +249,9 @@
 	aim_locate_getinfoshort(sess, cur->sn, 0x00000003);
 }
 
-/*
+/**
  * Remove this screen name from our queue.  If this info was resquested 
- * by our info request queue, then pop off the next element of the queue.
+ * by our info request queue, then pop the next element off of the queue.
  *
  * @param sess The aim session.
  * @param sn Screen name of the info we just received.