aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-29 19:26:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-29 19:26:53 +0000
commit2bf9f4973b67481e17ceb5afa7a766df5705a2bf (patch)
treefc44e1a8eea4fa294b19d794efa3025108ed19e0 /tmux.h
parent6ad0d2ab4a474867d45889ff5e7474e9cc9097ac (diff)
downloadrtmux-2bf9f4973b67481e17ceb5afa7a766df5705a2bf.tar.gz
rtmux-2bf9f4973b67481e17ceb5afa7a766df5705a2bf.tar.bz2
rtmux-2bf9f4973b67481e17ceb5afa7a766df5705a2bf.zip
Undo this and just shut lint up.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 6dc957ea..7c4a1a93 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.256 2009-01-29 19:24:34 nicm Exp $ */
+/* $Id: tmux.h,v 1.257 2009-01-29 19:26:53 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -302,7 +302,7 @@ enum tty_code_code {
TTYC_SMSO, /* enter_standout_mode, so */
TTYC_SMUL, /* enter_underline_mode, us */
};
-#define NTTYCODE ((int) TTYC_SMUL + 1)
+#define NTTYCODE (TTYC_SMUL + 1)
/* Termcap types. */
enum tty_code_type {