From 933b9636e52624ea97ff15eedb7592640ee05100 Mon Sep 17 00:00:00 2001 From: Brian Card Date: Mon, 23 Feb 2015 07:15:54 -0500 Subject: [PATCH] removing additional space after option variable --- src/nghttpd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nghttpd.cc b/src/nghttpd.cc index 9566cfa3..3b6d8e61 100644 --- a/src/nghttpd.cc +++ b/src/nghttpd.cc @@ -172,7 +172,7 @@ int main(int argc, char **argv) { {"early-response", no_argument, &flag, 5}, {nullptr, 0, nullptr, 0}}; int option_index = 0; - int c = + int c = getopt_long(argc, argv, "DVb:c:d:ehn:p:va:", long_options, &option_index); char *end; if (c == -1) {