Stupid style nits.

This commit is contained in:
Nicholas Marriott
2010-04-06 21:45:36 +00:00
parent f2a4ef5260
commit 67300e9524
4 changed files with 11 additions and 16 deletions

3
tmux.h
View File

@ -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.
*