Improved const-correctness, eliminating warnings.

Migrated some int to size_t
This commit is contained in:
Peter Ammon
2012-01-14 22:00:00 -08:00
parent f3e2d2f68f
commit 203c749e6c
7 changed files with 18 additions and 18 deletions

View File

@@ -1124,7 +1124,7 @@ static int printed_width( const wchar_t *str, int len )
}
wchar_t *parser_current_line()
const wchar_t *parser_current_line()
{
int lineno=1;