pidgin/gtkutils.c

changeset 40133
b86418d6eb94
parent 40094
8e6d91e4dd8f
child 40134
e7b673f290bb
equal deleted inserted replaced
40132:d167361831ba 40133:b86418d6eb94
697 } 697 }
698 698
699 if (*s != '\0') *s++ = '\0'; 699 if (*s != '\0') *s++ = '\0';
700 700
701 /* Clear past any whitespace */ 701 /* Clear past any whitespace */
702 while (*s != '\0' && *s == ' ') 702 while (*s == ' ')
703 s++; 703 s++;
704 704
705 /* Now let's grab until the end of the line. */ 705 /* Now let's grab until the end of the line. */
706 value = s; 706 value = s;
707 707

mercurial