summaryrefslogtreecommitdiff
path: root/src/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.cc')
-rw-r--r--src/notes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notes.cc b/src/notes.cc
index 69269291..8804509e 100644
--- a/src/notes.cc
+++ b/src/notes.cc
@@ -37,7 +37,7 @@ void show_notes_file(void)
sprintf(caption, "Note file %s", basename);
/* Invoke show_file */
- (void)show_file(buf, caption, 0, 0);
+ show_file(buf, caption);
/* Done */
return;