summaryrefslogtreecommitdiffstats
path: root/libexec/getty/subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/getty/subr.c')
-rw-r--r--libexec/getty/subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c
index 607fd38..0223863 100644
--- a/libexec/getty/subr.c
+++ b/libexec/getty/subr.c
@@ -382,7 +382,7 @@ speed(val)
for (sp = speedtab; sp->speed; sp++)
if (sp->speed == val)
return (sp->uxname);
-
+
return (B300); /* default in impossible cases */
}
OpenPOWER on IntegriCloud