comparison src/util.c @ 470:4bf9c74b9e4d

[gaim-migrate @ 480] small fixes committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Jul 2000 05:31:47 +0000
parents 0d4e80bdb96b
children 7c75d69a1129
comparison
equal deleted inserted replaced
469:7ac742be351d 470:4bf9c74b9e4d
63 if (c == 0) 63 if (c == 0)
64 return 1; 64 return 1;
65 if (c == '\n') 65 if (c == '\n')
66 return 1; 66 return 1;
67 if (c == '<') 67 if (c == '<')
68 return 1;
69 if (c == '>')
68 return 1; 70 return 1;
69 return 0; 71 return 0;
70 72
71 73
72 } 74 }