Update error.c

This commit is contained in:
Kartik 2017-05-22 01:34:56 +05:30 committed by GitHub
parent bc56107c14
commit e7b24342d1

View File

@ -10,7 +10,7 @@
void errorInit(errorConf* err, errorType type, CFG_Language lang)
{
memset(err, 0, sizeof(*err));
err->Type = type;
err->type = type;
err->useLanguage = lang;
err->upperScreenFlag = ERROR_NORMAL;
err->eulaVersion = 0;