summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_libflushall.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 20:11:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 20:11:39 +0000
commitb0a4608425275e42c664cccd628647c5e78c8770 (patch)
tree0cc00945e804fd0ede49831055ab98a8db52b790 /nuttx/lib/lib_libflushall.c
parent3b356fe2de0d2815d33314e185eac795dd14e4b2 (diff)
downloadpx4-nuttx-b0a4608425275e42c664cccd628647c5e78c8770.tar.gz
px4-nuttx-b0a4608425275e42c664cccd628647c5e78c8770.tar.bz2
px4-nuttx-b0a4608425275e42c664cccd628647c5e78c8770.zip
fix compilation errors/warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@643 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/lib_libflushall.c')
-rw-r--r--nuttx/lib/lib_libflushall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/lib_libflushall.c b/nuttx/lib/lib_libflushall.c
index 7ba72dc7a..16ee4f7a9 100644
--- a/nuttx/lib/lib_libflushall.c
+++ b/nuttx/lib/lib_libflushall.c
@@ -95,7 +95,7 @@
int lib_flushall(FAR struct streamlist *list)
{
int lasterrno = OK;
- int ret;
+ int ret = OK;
/* Make sure that there are streams associated with this thread */