summaryrefslogtreecommitdiff
path: root/nuttx/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/string')
-rw-r--r--nuttx/libc/string/lib_strtoul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/libc/string/lib_strtoul.c b/nuttx/libc/string/lib_strtoul.c
index 8f27ae3f2..62a768043 100644
--- a/nuttx/libc/string/lib_strtoul.c
+++ b/nuttx/libc/string/lib_strtoul.c
@@ -93,6 +93,7 @@ unsigned long strtoul(const char *nptr, char **endptr, int base)
*endptr = (char *)nptr;
}
}
+
return accum;
}