From f7832e935f99ade0c764e063bb06e5ca36dd0bee Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 4 Oct 2002 20:14:41 +0000 Subject: Remove useless spaces - this broke make proto (This used to be commit 0341fb45829c5d13a7e02daaa9b960fdff492323) --- source3/lib/getsmbpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/getsmbpass.c') diff --git a/source3/lib/getsmbpass.c b/source3/lib/getsmbpass.c index 0874529d32..c271d55404 100644 --- a/source3/lib/getsmbpass.c +++ b/source3/lib/getsmbpass.c @@ -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; -- cgit