Skip to content
Snippets Groups Projects
Commit 54aa7b9a authored by Kipp Cannon's avatar Kipp Cannon
Browse files

online_datafind.c: fix broken case

parent abb63668
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,7 @@ static void parse_options(INT4 argc, CHAR *argv[]) ...@@ -179,6 +179,7 @@ static void parse_options(INT4 argc, CHAR *argv[])
long_options[option_index].name, timeout); long_options[option_index].name, timeout);
exit(1); exit(1);
} }
break;
case 'g': case 'g':
/* get filename */ /* get filename */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment