summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-04 08:38:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-04 08:38:05 -0600
commit51f0f249a131baae11c2d2d131cf0787cb0f9ee9 (patch)
tree94f72a01f672459b692e0188a30dd1a5b4a93193 /nuttx/tools
parentd991c576818932d6c9ad6a7282a39508dd6b0ddf (diff)
downloadpx4-nuttx-51f0f249a131baae11c2d2d131cf0787cb0f9ee9.tar.gz
px4-nuttx-51f0f249a131baae11c2d2d131cf0787cb0f9ee9.tar.bz2
px4-nuttx-51f0f249a131baae11c2d2d131cf0787cb0f9ee9.zip
README and other cosmetic updates
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/mkversion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/mkversion.c b/nuttx/tools/mkversion.c
index 3c0e6ab6f..2341a6c2a 100644
--- a/nuttx/tools/mkversion.c
+++ b/nuttx/tools/mkversion.c
@@ -53,7 +53,7 @@
* Private Functions
****************************************************************************/
- static inline char *getfilepath(const char *name)
+static inline char *getfilepath(const char *name)
{
snprintf(line, PATH_MAX, "%s/" DEFCONFIG, name);
line[PATH_MAX] = '\0';