/pidgin/main: 647c1ffb8147: Oops, changed the wrong param in pre...

Ankit Vani a at nevitus.org
Sun Jan 19 16:58:39 EST 2014


Changeset: 647c1ffb8147ce1bcc208aa89da8e28fbd566f42
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-01-20 03:26 +0530
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/647c1ffb8147

Description:

Oops, changed the wrong param in previous commit

diffstat:

 libpurple/util.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff --git a/libpurple/util.h b/libpurple/util.h
--- a/libpurple/util.h
+++ b/libpurple/util.h
@@ -1337,9 +1337,9 @@ const gchar *purple_gai_strerror(gint er
  * @param a The first string.
  * @param b The second string.
  *
- * @return -1 if @a is less than @b.
- *          0 if @a is equal to @b.
- *          1 if @a is greater than @b.
+ * @return -1 if @a a is less than @a b.
+ *          0 if @a a is equal to @a b.
+ *          1 if @a a is greater than @a b.
  */
 int purple_utf8_strcasecmp(const char *a, const char *b);
 



More information about the Commits mailing list