Fix typo in last commit.

This commit is contained in:
Todd C. Miller
2020-09-18 06:09:57 -06:00
parent 90bcae7986
commit 44a1058aa3

View File

@@ -298,7 +298,7 @@ utmp_slot(const char *line, int ttyfd)
static int static int
utmp_slot(const char *line, int ttyfd) utmp_slot(const char *line, int ttyfd)
{ {
retun -1; return -1;
} }
# endif /* HAVE_GETTTYENT */ # endif /* HAVE_GETTTYENT */