- Properly terminate options array with all-zero entry.

- Fix CRLF end of lines, use LF instead
This commit is contained in:
Vladislav Vaintroub 2011-05-20 01:38:42 +02:00
parent 4ea53bc29b
commit f4ae8b7691

View File

@ -67,6 +67,7 @@ static struct my_option my_long_options[]=
NO_ARG, 0, 0, 0, 0, 0, 0}, NO_ARG, 0, 0, 0, 0, 0, 0},
{"service", 'S', "Name of the existing Windows service", {"service", 'S', "Name of the existing Windows service",
&opt_service, &opt_service, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, &opt_service, &opt_service, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
}; };