1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

Remove useless spaces - this broke make proto

(This used to be commit 0341fb45829c5d13a7e02daaa9b960fdff492323)
This commit is contained in:
Jelmer Vernooij 2002-10-04 20:14:41 +00:00
parent d2ea6d5ae7
commit f7832e935f

View File

@ -83,7 +83,7 @@ static int tcsetattr(int fd, int flags, struct sgttyb *t)
static struct termios t;
#endif /* SYSV_TERMIO */
char *getsmbpass(char *prompt)
char *getsmbpass(char *prompt)
{
FILE *in, *out;
int echo_off;