Fix undeclared 'TRUE' error

GitHub #547.
This commit is contained in:
yonj1e
2019-02-11 15:55:54 +08:00
committed by Ian Barwick
parent 8773543e10
commit e146fb4fc3

View File

@@ -1892,7 +1892,7 @@ check_cli_parameters(const int action)
/* --compact */ /* --compact */
if (runtime_options.compact == TRUE) if (runtime_options.compact == true)
{ {
switch (action) switch (action)
{ {