Syntax error fix.
This commit is contained in:
parent
2d594c9bf1
commit
960f5013fd
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
(See COPYING.txt)
|
(See COPYING.txt)
|
||||||
|
|
||||||
June 14, 2002 - April 27, 2010
|
June 14, 2002 - April 29, 2010
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -20130,7 +20130,7 @@ static void parse_file_options(struct cfginfo *restrict tmpcfg, const char *file
|
||||||
|
|
||||||
static void parse_argv_options(struct cfginfo *restrict tmpcfg, char *argv[])
|
static void parse_argv_options(struct cfginfo *restrict tmpcfg, char *argv[])
|
||||||
{
|
{
|
||||||
char *str *arg;
|
char *str, *arg;
|
||||||
|
|
||||||
/* FIXME: Bring back support for single-dash options:
|
/* FIXME: Bring back support for single-dash options:
|
||||||
-c (--copying)
|
-c (--copying)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue