Fixed: Warnings

This commit is contained in:
kervala 2016-11-21 13:22:05 +01:00
parent 22aa75b6e8
commit 7134f35f69

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);
}