From 5490e1afed542262ce83162862425bfd63b357ca Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 2 Nov 2014 08:51:00 -0600 Subject: [PATCH] trivial, cosmetic --- interpreters/bas/token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/bas/token.c b/interpreters/bas/token.c index 917e4d42a..4ccdb7084 100644 --- a/interpreters/bas/token.c +++ b/interpreters/bas/token.c @@ -4228,8 +4228,8 @@ static void yy_load_buffer_state (void) * This function is sometimes called more than once on the same buffer, * such as during a yyrestart() or at EOF. */ - static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) +static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno;