Mercurial > pidgin
diff libpurple/protocols/irc/parse.c @ 24491:4f46eb13b540
Replace spaces wth tabs in indentation and tabs with spaces in line continuations.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 23 Nov 2008 08:39:39 +0000 |
parents | c204239bef48 |
children | c4a14bbe1b18 |
line wrap: on
line diff
--- a/libpurple/protocols/irc/parse.c Sun Nov 23 04:12:43 2008 +0000 +++ b/libpurple/protocols/irc/parse.c Sun Nov 23 08:39:39 2008 +0000 @@ -494,7 +494,7 @@ } } result[j] = '\0'; - return result; + return result; } const char *irc_nick_skip_mode(struct irc_conn *irc, const char *nick) @@ -732,9 +732,9 @@ static void irc_parse_error_cb(struct irc_conn *irc, char *input) { char *clean; - /* This really should be escaped somehow that you can tell what - * the junk was -- but as it is, it can crash glib. */ - clean = purple_utf8_salvage(input); + /* This really should be escaped somehow that you can tell what + * the junk was -- but as it is, it can crash glib. */ + clean = purple_utf8_salvage(input); purple_debug(PURPLE_DEBUG_WARNING, "irc", "Unrecognized string: %s\n", clean); - g_free(clean); + g_free(clean); }