Code

Merge branch 'master' of git://git.musicpd.org/patrick/ncmpc
[ncmpc.git] / src / options.c
index 3e862d2a8d9f2c425d212b3294150a67aca202f8..df1a9da16fff6fca44da8dc780a4155763a18a7d 100644 (file)
@@ -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
@@ -151,7 +151,6 @@ display_help(void)
                       option_table[i].shortopt,
                       tmp,
                       option_table[i].descrition);
-               i++;
        }
 }