From dcb4dfe39385b92488cf2c8f489c36a6543ae31b Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 29 Mar 2009 23:28:25 +0200 Subject: [PATCH] fix bug which showed only a part of help Index was incremented twice each iteration. --- src/options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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++; } } -- 2.30.2