diff --git a/include/arm9/ui.h b/include/arm9/ui.h index e26c070..94cbcf3 100644 --- a/include/arm9/ui.h +++ b/include/arm9/ui.h @@ -3,9 +3,9 @@ #include "arm9/console.h" #include "hid.h" -#define uiPrintInfo(format, ...) uiPrintCentered(format, 0, ##__VA_ARGS__); -#define uiPrintWarning(format, ...) uiPrintCentered(format, 33, ##__VA_ARGS__); -#define uiPrintError(format, ...) uiPrintCentered(format, 31, ##__VA_ARGS__); +#define uiPrintInfo(format, ...) uiPrintCentered(format, 0, ##__VA_ARGS__) +#define uiPrintWarning(format, ...) uiPrintCentered(format, 33, ##__VA_ARGS__) +#define uiPrintError(format, ...) uiPrintCentered(format, 31, ##__VA_ARGS__) // PrintConsole for each screen