fixed a typo that prevented compiling

This commit is contained in:
Brian Wellington
2000-05-26 01:28:46 +00:00
parent 5f80c1428b
commit 35fc29dd6d

View File

@@ -893,7 +893,7 @@ main(int argc, char *argv[]) {
continue;
result = isc_lex_gettoken(lex, options | ISC_LEXOPT_NUMBER,
&token)
&token);
if (result != ISC_R_SUCCESS)
break;
if (token.type == isc_tokentype_eol)