fix warnings because I'm anal.

git-svn-id: svn://10.0.0.236/trunk@38642 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-07-07 07:06:14 +00:00
parent 5777594bcc
commit 02f3a1f3a7

View File

@@ -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) {