mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
vty_custom_table_ready: simplify
This commit is contained in:
parent
b988b6894e
commit
0de76e531e
@ -318,7 +318,7 @@ int vty_activate_custom_table()
|
||||
// Returns whether a custom character width table has been marked ready.
|
||||
int vty_custom_table_ready()
|
||||
{
|
||||
return ((custom_table != NULL) && custom_table_ready);
|
||||
return custom_table_ready;
|
||||
}
|
||||
|
||||
// Deallocate the custom width table.
|
||||
|
Loading…
Reference in New Issue
Block a user