summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2bbe666)
raw | patch | inline | side by side (parent: 2bbe666)
author | Romain Bignon <romain@peerfuse.org> | |
Sun, 29 Mar 2009 21:28:25 +0000 (23:28 +0200) | ||
committer | Romain Bignon <romain@peerfuse.org> | |
Sun, 29 Mar 2009 21:28:25 +0000 (23:28 +0200) |
Index was incremented twice each iteration.
src/options.c | patch | blob | history |
diff --git a/src/options.c b/src/options.c
index dd7ba532c68aa1346141dc4f44bf9a944180fdf8..24c4ae5dd083174ad780184e2fca8aa1aa0cf262 100644 (file)
--- a/src/options.c
+++ b/src/options.c
/* 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
option_table[i].shortopt,
tmp,
option_table[i].descrition);
- i++;
}
}