Fix according to review

This commit is contained in:
Kartik 2017-03-02 17:18:49 +05:30 committed by GitHub
parent e088685aeb
commit 8324f351c3

View File

@ -8,7 +8,7 @@
#include <3ds/util/utf.h>
#include <3ds/applets/error.h>
void error_Init(ErrConf* err, ErrorType type, err_lang lang)
void error_Init(ErrConf* err, ErrorType type, ErrorLang lang)
{
memset(err, 0, sizeof(*err));
err->errorType=type;