Use the target print function for copy-mode, spotted by Tiago Cunha.

This commit is contained in:
Nicholas Marriott 2010-01-02 22:50:02 +00:00
parent 9ee979167a
commit 121ba57b55

View File

@ -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