summaryrefslogtreecommitdiff
path: root/src/squeltch.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/squeltch.cc
parent55de8a9e74778af190a944c9fe0805f07aaa9980 (diff)
Simplify show_file function signature
Diffstat (limited to 'src/squeltch.cc')
-rw-r--r--src/squeltch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/squeltch.cc b/src/squeltch.cc
index bab1e5c0..69c25dfd 100644
--- a/src/squeltch.cc
+++ b/src/squeltch.cc
@@ -301,7 +301,7 @@ void do_cmd_automatizer()
if (c == '?')
{
screen_save();
- show_file("automat.txt", "Automatizer help", 0, 0);
+ show_file("automat.txt", "Automatizer help");
screen_load();
}
else if (c == '8')
@@ -375,7 +375,7 @@ void do_cmd_automatizer()
if (c == '?')
{
screen_save();
- show_file("automat.txt", "Automatizer help", 0, 0);
+ show_file("automat.txt", "Automatizer help");
screen_load();
}
else if (c == '8')