summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_loadmodule.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 14:44:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 14:44:56 +0000
commit2023adff45d28a5f4f369320c18865783baab5e6 (patch)
tree24870db0845e5543eb1dccb5c36af93962acea84 /nuttx/binfmt/binfmt_loadmodule.c
parentfc112daf3adc5b4c2154c74633e4b33f1158454c (diff)
downloadnuttx-2023adff45d28a5f4f369320c18865783baab5e6.tar.gz
nuttx-2023adff45d28a5f4f369320c18865783baab5e6.tar.bz2
nuttx-2023adff45d28a5f4f369320c18865783baab5e6.zip
Remove warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1915 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/binfmt_loadmodule.c')
-rw-r--r--nuttx/binfmt/binfmt_loadmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/binfmt_loadmodule.c b/nuttx/binfmt/binfmt_loadmodule.c
index 7ab613c02..1034ad16f 100644
--- a/nuttx/binfmt/binfmt_loadmodule.c
+++ b/nuttx/binfmt/binfmt_loadmodule.c
@@ -94,8 +94,8 @@ int load_module(const char *filename, FAR struct binary_s *bin)
ret = -EINVAL;
}
else
- {
#endif
+ {
bdbg("Loading %s\n", filename);
/* Disabling pre-emption should be sufficient protection while