summaryrefslogtreecommitdiff
path: root/src/help.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/help.cc
parent55de8a9e74778af190a944c9fe0805f07aaa9980 (diff)
Simplify show_file function signature
Diffstat (limited to 'src/help.cc')
-rw-r--r--src/help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.cc b/src/help.cc
index a6d83079..e8eec115 100644
--- a/src/help.cc
+++ b/src/help.cc
@@ -674,7 +674,7 @@ static void show_context_help(context_help_type *context_help)
screen_save();
- show_file(context_help->file_name, 0, -context_help->anchor, 0);
+ show_file(context_help->file_name, 0, -context_help->anchor);
screen_load();
}