From 97c40b1f376cc79a2a48eac8fe10ae11deaeb828 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 5 Jan 2010 23:50:22 +0000 Subject: Sync OpenBSD patchset 596: Use the target print function for copy-mode, spotted by Tiago Cunha. --- cmd-copy-mode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd-copy-mode.c') diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index 5930fc26..6a7666c6 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -1,4 +1,4 @@ -/* $Id: cmd-copy-mode.c,v 1.25 2009-11-14 17:56:39 tcunha Exp $ */ +/* $Id: cmd-copy-mode.c,v 1.26 2010-01-05 23:50:22 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = { cmd_target_parse, cmd_copy_mode_exec, cmd_target_free, - NULL + cmd_target_print }; void -- cgit