summaryrefslogtreecommitdiff
path: root/support/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/strerror.c')
-rw-r--r--support/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/strerror.c b/support/strerror.c
index f8fff57..5590cca 100644
--- a/support/strerror.c
+++ b/support/strerror.c
@@ -670,7 +670,7 @@ strerror (errnoval)
/* In range, and a valid message. Just return the message. */
msg = (char *) sys_errlist[errnoval];
}
-
+
return (msg);
}