diff options
Diffstat (limited to 'src/status.cc')
-rw-r--r-- | src/status.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status.cc b/src/status.cc index 67c23468..1886e5a6 100644 --- a/src/status.cc +++ b/src/status.cc @@ -776,7 +776,7 @@ static void status_companion(void) my_fclose(fff); /* Display the file contents */ - show_file(file_name, "Companion List", 0, 0); + show_file(file_name, "Companion List"); /* Remove the file */ fd_kill(file_name); |