aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-23 17:10:00 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-23 17:10:00 +0000
commit516bfe7ba39f305c771c7cc984f043d0101b8bce (patch)
tree2cb0aae6f5299e2b500868e04b3e04db1e38dbb5
parent9463492ac1224cd3dca824f1fe40752a8b1a7d18 (diff)
downloadrtmux-516bfe7ba39f305c771c7cc984f043d0101b8bce.tar.gz
rtmux-516bfe7ba39f305c771c7cc984f043d0101b8bce.tar.bz2
rtmux-516bfe7ba39f305c771c7cc984f043d0101b8bce.zip
Sync OpenBSD patchset 418:
Nuke stray blank line.
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 790a42ab..6c2cae90 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.478 2009-10-23 17:06:23 tcunha Exp $ */
+/* $Id: tmux.h,v 1.479 2009-10-23 17:10:00 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -128,7 +128,6 @@ enum key_code {
/* Function keys. */
KEYC_F1,
-
KEYC_F2,
KEYC_F3,
KEYC_F4,