Sync OpenBSD patchset 596:

Use the target print function for copy-mode, spotted by Tiago Cunha.
pull/1/head
Tiago Cunha 2010-01-05 23:50:22 +00:00
parent 027f5310b4
commit 97c40b1f37
1 changed files with 2 additions and 2 deletions

View File

@ -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 <nicm@users.sourceforge.net> * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = {
cmd_target_parse, cmd_target_parse,
cmd_copy_mode_exec, cmd_copy_mode_exec,
cmd_target_free, cmd_target_free,
NULL cmd_target_print
}; };
void void