Fix C++ comment for Irix build

This commit is contained in:
akkana%netscape.com 1998-11-25 02:50:20 +00:00
Родитель b61b11759f
Коммит ec7cec6f62
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1894,7 +1894,7 @@ net_get_protocol_impl(int for_url_type)
return net_proto_impls[count].impl;
}
// PR_ASSERT(0); /* should always find one */
/* PR_ASSERT(0); *//* should always find one */
return NULL;
}