summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/global.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-04 15:17:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-04 15:17:05 -0600
commite79503dba9c0702e4354194ffb52b281edddba25 (patch)
tree13ce4074f6db7cc521045f77a0f459fa50690715 /apps/interpreters/bas/global.c
parent0f87caac50dcda42a747349c0cf744ea653c63b4 (diff)
downloadnuttx-e79503dba9c0702e4354194ffb52b281edddba25.tar.gz
nuttx-e79503dba9c0702e4354194ffb52b281edddba25.tar.bz2
nuttx-e79503dba9c0702e4354194ffb52b281edddba25.zip
BAS: Another file is close to the NuttX C coding style
Diffstat (limited to 'apps/interpreters/bas/global.c')
-rw-r--r--apps/interpreters/bas/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/bas/global.c b/apps/interpreters/bas/global.c
index 1ea00d3f7..bcdd36119 100644
--- a/apps/interpreters/bas/global.c
+++ b/apps/interpreters/bas/global.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/examples/interpreters/bas/global.c
+ * apps/interpreters/bas/global.c
* Global variables and functions.
*
* Copyright (c) 1999-2014 Michael Haardt