Make minor revisions to previous change

This commit is contained in:
Justine Tunney 2021-06-30 10:45:27 -07:00
parent a68cc690ff
commit 014d4bdab2
4 changed files with 6 additions and 8 deletions

View file

@ -76,7 +76,6 @@ void lookup(const char *name) {
int main(int argc, char *argv[]) {
int i;
showcrashreports();
lookup("time-a.timefreq.bldrdoc.gov");
/* for (i = 1; i < argc; ++i) lookup(argv[i]); */
for (i = 1; i < argc; ++i) lookup(argv[i]);
return 0;
}