summaryrefslogtreecommitdiffstats
path: root/cmd-last-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 22:04:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 22:04:01 +0000
commit26b340964a55f754a3001c18598f670d20578777 (patch)
treecbb50f760ffe96ad17e4e3495ec0fe4a3a8a9a74 /cmd-last-window.c
parent75e1e4b91e083c82f48de5f426b3cfc6c7c5a7df (diff)
Lose command index enum in favour of runtime-calculated index.
Diffstat (limited to 'cmd-last-window.c')
-rw-r--r--cmd-last-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-last-window.c b/cmd-last-window.c
index 81d0ce6d..4823b46b 100644
--- a/cmd-last-window.c
+++ b/cmd-last-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-last-window.c,v 1.2 2007-10-04 21:48:11 nicm Exp $ */
+/* $Id: cmd-last-window.c,v 1.3 2007-10-04 22:04:01 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -30,7 +30,7 @@
void cmd_last_window_exec(void *, struct cmd_ctx *);
const struct cmd_entry cmd_last_window_entry = {
- CMD_LASTWINDOW, "last-window", "last", "",
+ "last-window", "last", "",
0,
NULL,
cmd_last_window_exec,