summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tmux/paste.c')
-rw-r--r--usr.bin/tmux/paste.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/paste.c b/usr.bin/tmux/paste.c
index 5a8f1376def..d3f5dd70e88 100644
--- a/usr.bin/tmux/paste.c
+++ b/usr.bin/tmux/paste.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: paste.c,v 1.30 2015/09/11 14:41:50 nicm Exp $ */
+/* $OpenBSD: paste.c,v 1.31 2015/09/14 13:22:02 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -254,7 +254,6 @@ paste_set(char *data, size_t size, const char *name, char **cause)
return (-1);
}
-
pb = xmalloc(sizeof *pb);
pb->name = xstrdup(name);