summaryrefslogtreecommitdiff
path: root/src/cmd3.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
committerBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
commit9baafaff5ead3056dbd3ae531d1560faf02e50b7 (patch)
tree870a4f0beec5f2ea96e1562866afac9bb0d4348b /src/cmd3.cc
parent55de8a9e74778af190a944c9fe0805f07aaa9980 (diff)
Simplify show_file function signature
Diffstat (limited to 'src/cmd3.cc')
-rw-r--r--src/cmd3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd3.cc b/src/cmd3.cc
index 98d8acf3..d6ede5a8 100644
--- a/src/cmd3.cc
+++ b/src/cmd3.cc
@@ -2040,7 +2040,7 @@ void do_cmd_cli_help()
Term_save();
/* Display the file contents */
- show_file(file_name, "Command line help", 0, 0);
+ show_file(file_name, "Command line help");
/* Restore the screen */
Term_load();