mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
Use proper ifdef, remove else in line with other compile options
This commit is contained in:
parent
6dc054be0f
commit
abbdf1c3ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user