summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-31 23:29:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-31 23:29:34 +0000
commit5a5bdf7d1b7afcf5c7b30209bdfad2abf2e72f3b (patch)
tree8c1586e169aa482558c987cd7c4a542e4a6c6d4a /apps
parent0c168e13200e69223905946d865fceba15ba830f (diff)
downloadpx4-nuttx-5a5bdf7d1b7afcf5c7b30209bdfad2abf2e72f3b.tar.gz
px4-nuttx-5a5bdf7d1b7afcf5c7b30209bdfad2abf2e72f3b.tar.bz2
px4-nuttx-5a5bdf7d1b7afcf5c7b30209bdfad2abf2e72f3b.zip
Misc clean; mark assertions as non-returning; allow toolchain prefix to be overriden from make command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/system/readline/readline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/system/readline/readline.c b/apps/system/readline/readline.c
index 11c53cb50..bac7eee8c 100644
--- a/apps/system/readline/readline.c
+++ b/apps/system/readline/readline.c
@@ -151,7 +151,6 @@ static inline int readline_rawgetc(int infd)
int errcode = errno;
if (errcode != EINTR)
-
{
return -errcode;
}