Fixed LOCAL_LABELS_FB bug.

This commit is contained in:
K. Richard Pixley 1991-04-11 00:13:41 +00:00
parent f2e91404e7
commit 8fb360783f

View File

@ -814,9 +814,9 @@ char *str;
default:
abort();
}
} /* switch on arg code */
break;
}
} /* for each arg that we expect */
error:
if (match == 0) {
/* Args don't match. */