/soc/2013/ankitkv/gobjectification: aab07d6cad9e: Merge default ...
Ankit Vani
a at nevitus.org
Sun Jan 19 16:40:48 EST 2014
Changeset: aab07d6cad9ea55734b6b0f84cf476d6cb0a63d7
Author: Ankit Vani <a at nevitus.org>
Date: 2014-01-20 03:06 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/aab07d6cad9e
Description:
Merge default branch
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
@@ -1351,9 +1351,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 @a b.
- * 0 if @a is equal to @a b.
- * 1 if @a is greater than @a b.
+ * @return -1 if @a is less than @b.
+ * 0 if @a is equal to @b.
+ * 1 if @a is greater than @b.
*/
int purple_utf8_strcasecmp(const char *a, const char *b);
More information about the Commits
mailing list