mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-02 04:55:35 +08:00
Fix typo.
This commit is contained in:
parent
938475f6de
commit
816e9d67be
@ -16,7 +16,7 @@ getlogin ()
|
||||
extern char *ttyname ();
|
||||
char *tty;
|
||||
|
||||
if (((tty = ttyname (0)) == 0)
|
||||
if ((tty = ttyname (0)) == 0)
|
||||
return 0;
|
||||
|
||||
if ((utmp_fd = open (UTMP_FILE, O_RDONLY)) == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user