summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/str.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/str.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/str.c')
-rw-r--r--apps/interpreters/bas/str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/bas/str.c b/apps/interpreters/bas/str.c
index 058a233df..fcab74a39 100644
--- a/apps/interpreters/bas/str.c
+++ b/apps/interpreters/bas/str.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/examples/interpreters/bas/value.c
+ * apps/interpreters/bas/value.c
* Dynamic strings.
*
* Copyright (c) 1999-2014 Michael Haardt