summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas')
-rw-r--r--apps/interpreters/bas/token.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/bas/token.c b/apps/interpreters/bas/token.c
index 917e4d42a..4ccdb7084 100644
--- a/apps/interpreters/bas/token.c
+++ b/apps/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;