Use proper ifdef, remove else in line with other compile options

This commit is contained in:
Thomas Rooijakkers
2023-09-19 13:52:36 +02:00
parent 6dc054be0f
commit abbdf1c3ac

View File

@ -381,10 +381,8 @@ static void usage(u8 *argv0, int more_help) {
SAYF("Compiled with NO_SPLICING.\n"); SAYF("Compiled with NO_SPLICING.\n");
#endif #endif
#ifdef NO_UTF #ifdef FANCY_BOXES_NO_UTF
SAYF("Compiled without UTF-8 support for line rendering in status screen.\n"); SAYF("Compiled without UTF-8 support for line rendering in status screen.\n");
#else
SAYF("Compiled with UTF-8 support for line rendering in status screen.\n");
#endif #endif
#ifdef PROFILING #ifdef PROFILING