From: Romain Bignon Date: Sun, 29 Mar 2009 21:28:25 +0000 (+0200) Subject: fix bug which showed only a part of help X-Git-Tag: release-0.14~42 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dcb4dfe39385b92488cf2c8f489c36a6543ae31b;p=ncmpc.git fix bug which showed only a part of help Index was incremented twice each iteration. --- diff --git a/src/options.c b/src/options.c index dd7ba53..24c4ae5 100644 --- a/src/options.c +++ b/src/options.c @@ -1,7 +1,7 @@ /* ncmpc (Ncurses MPD Client) * (c) 2004-2009 The Music Player Daemon Project * Project homepage: http://musicpd.org - + * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -150,7 +150,6 @@ display_help(void) option_table[i].shortopt, tmp, option_table[i].descrition); - i++; } }