diff options
Diffstat (limited to 'mixutils')
-rw-r--r-- | mixutils/mixvm_command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c index e03dcfd..ebf66a3 100644 --- a/mixutils/mixvm_command.c +++ b/mixutils/mixvm_command.c @@ -347,7 +347,7 @@ cmd_psym_ (char *arg) printf (_("%s: symbol not defined\n"), arg); } else - mix_symbol_table_print (table, MIX_SYM_ROWS, stdout); + mix_symbol_table_print (table, MIX_SYM_ROWS, stdout, FALSE); return TRUE; } |