Update gpssim.c

This commit is contained in:
jnunezortuno 2022-04-28 21:52:14 +02:00 committed by GitHub
parent becf3a33e9
commit cb2e61fa87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1753,7 +1753,7 @@ int main(int argc, char *argv[])
exit(1);
}
while ((result=getopt(argc,argv,"e:u:g:c:l:o:s:b:T:t:d:iv"))!=-1)
while ((result=getopt(argc,argv,"e:u:g:c:l:o:s:b:T:t:d:i:v"))!=-1)
{
switch (result)
{