fix a messing endif statement

error introduced with the web merger-resolution tool :-(
此提交包含在:
Edgar Gabriel
2022-10-25 16:31:57 +00:00
父節點 84e8be8e65
當前提交 8a754f15ad
+1 -1
查看文件
@@ -810,7 +810,7 @@ int main(int argc, char* argv[]) {
c = getopt_long(argc, argv, "t:g:b:e:i:f:n:m:w:p:c:o:d:r:z:Y:T:G:C:a:y:s:u:h:R:x:q:", longopts, &longindex);
#else
c = getopt_long(argc, argv, "t:g:b:e:i:f:n:m:w:p:c:o:d:r:z:Y:T:G:C:a:y:s:u:h:q:", longopts, &longindex);
#endif
if (c == -1)
break;