aboutsummaryrefslogtreecommitdiffstats
path: root/src/note.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/note.c')
-rw-r--r--src/note.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/note.c b/src/note.c
index 2fd022a..e5595fc 100644
--- a/src/note.c
+++ b/src/note.c
@@ -94,7 +94,7 @@ view_note (char *note, char *pager)
if (note == NULL)
return;
- (void)snprintf (fullname, BUFSIZ, "%s%s", path_notes, note);
+ snprintf (fullname, BUFSIZ, "%s%s", path_notes, note);
wins_launch_external (fullname, pager);
}