Improve const and signed/unsigned correctness

This commit is contained in:
Peter Ammon
2012-01-14 22:32:45 -08:00
parent 203c749e6c
commit 9b133a978d
11 changed files with 28 additions and 30 deletions

View File

@@ -1866,7 +1866,7 @@ void bugreport()
void sb_format_size( string_buffer_t *sb,
long long sz )
{
wchar_t *sz_name[]=
const wchar_t *sz_name[]=
{
L"kB", L"MB", L"GB", L"TB", L"PB", L"EB", L"ZB", L"YB", 0
}