summaryrefslogtreecommitdiff
path: root/nuttx/tools/pic32mx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-09 14:23:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-09 14:23:34 -0600
commit17cfb7007f3f4e253d3533ee87349ce1b8e4885e (patch)
treefb175af19fa6835f8929ee075ff16acfeb49f904 /nuttx/tools/pic32mx
parent4495dfb36135744a6f903e32ac2215b1f3ab0452 (diff)
downloadnuttx-17cfb7007f3f4e253d3533ee87349ce1b8e4885e.tar.gz
nuttx-17cfb7007f3f4e253d3533ee87349ce1b8e4885e.tar.bz2
nuttx-17cfb7007f3f4e253d3533ee87349ce1b8e4885e.zip
Various changes and bigfixes for problems detected by CppCheck
Diffstat (limited to 'nuttx/tools/pic32mx')
-rw-r--r--nuttx/tools/pic32mx/mkpichex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/tools/pic32mx/mkpichex.c b/nuttx/tools/pic32mx/mkpichex.c
index 14fefdb8c..889dc2a0c 100644
--- a/nuttx/tools/pic32mx/mkpichex.c
+++ b/nuttx/tools/pic32mx/mkpichex.c
@@ -311,5 +311,7 @@ int main(int argc, char **argv, char **envp)
fprintf(stderr, "Failed to rename '%s' to '%s'\n", destfile, srcfile);
}
+ /* Exit (without bothering to clean up allocations) */
+
return 0;
}