summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-02 08:51:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-02 08:51:00 -0600
commit119923f2efaa065e30dc2ea9fd10ada5d4bab941 (patch)
tree4f7e891a683a47ad5933cb2479def8a6d6fd88d1 /apps/interpreters/bas
parent29c4b4f3d692ca3e06ec37650f352a061b5ad56c (diff)
downloadnuttx-119923f2efaa065e30dc2ea9fd10ada5d4bab941.tar.gz
nuttx-119923f2efaa065e30dc2ea9fd10ada5d4bab941.tar.bz2
nuttx-119923f2efaa065e30dc2ea9fd10ada5d4bab941.zip
trivial, cosmetic
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;