From 75e1e4b91e083c82f48de5f426b3cfc6c7c5a7df Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 4 Oct 2007 21:48:11 +0000 Subject: Lose usage and move it into the struct. --- cmd-last-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd-last-window.c') diff --git a/cmd-last-window.c b/cmd-last-window.c index 0dd90f0d..81d0ce6d 100644 --- a/cmd-last-window.c +++ b/cmd-last-window.c @@ -1,4 +1,4 @@ -/* $Id: cmd-last-window.c,v 1.1 2007-10-04 00:02:10 nicm Exp $ */ +/* $Id: cmd-last-window.c,v 1.2 2007-10-04 21:48:11 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -30,8 +30,8 @@ void cmd_last_window_exec(void *, struct cmd_ctx *); const struct cmd_entry cmd_last_window_entry = { - CMD_LASTWINDOW, "last-window", "last", 0, - NULL, + CMD_LASTWINDOW, "last-window", "last", "", + 0, NULL, cmd_last_window_exec, NULL, -- cgit v1.2.3