Merge pull request #22 from edgargabriel/pr/compile-fix

fix a messing endif statement
Этот коммит содержится в:
Edgar Gabriel
2022-10-25 12:19:25 -05:00
коммит произвёл GitHub
родитель 84e8be8e65 8a754f15ad
Коммит fb0d339c1b
+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;