ICU-900 Fix some compiler warnings.

X-SVN-Rev: 7684
This commit is contained in:
George Rhoten 2002-02-16 00:44:52 +00:00
parent 956a5aed45
commit c61b2b2bbe

View File

@ -120,7 +120,7 @@ static char *
{
char *pound;
line = skipWhitespace(line);
line = (char*)skipWhitespace(line);
pound = uprv_strchr (line, '#');
if (pound != NULL)
{