fix warnings because I'm anal.

This commit is contained in:
sspitzer%netscape.com 1999-07-07 07:06:14 +00:00
Родитель 6cc2813bb1
Коммит f7179e314a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3057,7 +3057,7 @@ net_ReadCookiePermissions(char * filename)
host = buffer;
// isolate the host field which is the first field on the line
if( !(p = PL_strchr(host, '\t')) ) {
continue; /* no permission field
continue; / * no permission field * /
}
*p++ = '\0';
if(*p == CR || *p == LF || *p == 0) {