Fixed: Warnings

--HG--
branch : develop
This commit is contained in:
kervala 2016-11-21 13:22:05 +01:00
parent 3fb4424909
commit 88bfa8ec70

View file

@ -323,7 +323,7 @@ static void ConvertFileTimeToString(const CNtfsFileTime *nt, char *s)
UIntToStr_2(s, sec); s[2] = 0;
}
void PrintError(char *sz)
void PrintError(const char *sz)
{
printf("\nERROR: %s\n", sz);
}