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
No known key found for this signature in database
GPG Key ID: 1027CE93C2B04B21

View File

@ -381,10 +381,8 @@ static void usage(u8 *argv0, int more_help) {
SAYF("Compiled with NO_SPLICING.\n");
#endif
#ifdef NO_UTF
#ifdef FANCY_BOXES_NO_UTF
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
#ifdef PROFILING