summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stringto/stringto_template.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/stringto/stringto_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/stringto/stringto_template.h b/cpukit/libmisc/stringto/stringto_template.h
index 863c98ff81..a1503e0d87 100644
--- a/cpukit/libmisc/stringto/stringto_template.h
+++ b/cpukit/libmisc/stringto/stringto_template.h
@@ -98,7 +98,7 @@ rtems_status_code STRING_TO_NAME (
/* If the user wants the end pointer back, then return it. */
if ( endptr )
- *endptr = end;
+ *endptr = end;
/* nothing was converted */
if ( end == s )