summaryrefslogtreecommitdiff
path: root/pidgin/gtkutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/gtkutils.c')
-rw-r--r--pidgin/gtkutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkutils.c b/pidgin/gtkutils.c
index 3be7bfb18e..ad7cb63793 100644
--- a/pidgin/gtkutils.c
+++ b/pidgin/gtkutils.c
@@ -699,7 +699,7 @@ pidgin_parse_x_im_contact(const char *msg, gboolean all_accounts,
if (*s != '\0') *s++ = '\0';
/* Clear past any whitespace */
- while (*s != '\0' && *s == ' ')
+ while (*s == ' ')
s++;
/* Now let's grab until the end of the line. */