summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/mkdeps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/mkdeps.c b/nuttx/tools/mkdeps.c
index 97934a249..289385dfc 100644
--- a/nuttx/tools/mkdeps.c
+++ b/nuttx/tools/mkdeps.c
@@ -501,7 +501,7 @@ static void do_dependency(const char *file, char separator)
}
else
{
- fprintf(stderr, "ERROR: %s failed: %s\n", g_cc, WEXITSTATUS(ret));
+ fprintf(stderr, "ERROR: %s failed: %d\n", g_cc, WEXITSTATUS(ret));
}
fprintf(stderr, " command: %s\n", g_command);