mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
Oops, 0 in wrong place.
This commit is contained in:
parent
5c2d7b2a9a
commit
8d09be0cb1
@ -1,4 +1,4 @@
|
|||||||
/* $Id: cmd-send-prefix.c,v 1.1 2007-10-12 13:03:58 nicm Exp $ */
|
/* $Id: cmd-send-prefix.c,v 1.2 2007-10-19 23:33:20 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -30,8 +30,8 @@
|
|||||||
void cmd_send_prefix_exec(void *, struct cmd_ctx *);
|
void cmd_send_prefix_exec(void *, struct cmd_ctx *);
|
||||||
|
|
||||||
const struct cmd_entry cmd_send_prefix_entry = {
|
const struct cmd_entry cmd_send_prefix_entry = {
|
||||||
"send-prefix", NULL, 0,
|
"send-prefix", NULL, NULL,
|
||||||
NULL,
|
0,
|
||||||
NULL,
|
NULL,
|
||||||
cmd_send_prefix_exec,
|
cmd_send_prefix_exec,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user