double isc_lex_gettoken

This commit is contained in:
Mark Andrews 1999-05-19 01:17:14 +00:00
parent 55ea93b0b1
commit b2c1904c6f

View file

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: base64.c,v 1.1 1999/05/18 17:46:58 bwelling Exp $ */
/* $Id: base64.c,v 1.2 1999/05/19 01:17:14 marka Exp $ */
#include <config.h>
@ -195,7 +195,6 @@ gettoken(isc_lex_t *lexer, isc_token_t *token, isc_tokentype_t expect,
else if (expect == isc_tokentype_number)
options |= ISC_LEXOPT_NUMBER;
result = isc_lex_gettoken(lexer, options, token);
result = isc_lex_gettoken(lexer, options, token);
switch (result) {
case ISC_R_SUCCESS:
break;