Fix according to review
This commit is contained in:
parent
e088685aeb
commit
8324f351c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user