aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b7e47da0..a8902f19 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.552 2010-04-05 05:11:44 micahcowan Exp $ */
+/* $Id: tmux.h,v 1.553 2010-04-06 21:45:36 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -542,7 +542,6 @@ struct mode_key_table {
#define MODE_MOUSE 0x10
#define MODE_WRAP 0x20 /* whether lines wrap */
-
/*
* A single UTF-8 character.
*