summaryrefslogtreecommitdiffstats
path: root/src/sudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sudo.c')
-rw-r--r--src/sudo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sudo.c b/src/sudo.c
index 0c552139..9162308f 100644
--- a/src/sudo.c
+++ b/src/sudo.c
@@ -50,6 +50,7 @@ void run_sudo(int argc, char **argv)
argv2[i+1]=NULL;
printf("sudo may ask your user password, it doesn't ask for the root password.\n");
printf("Usually there is no echo or '*' displayed when you type your password.\n");
+ printf("\n");
fflush(stdout);
if(execv(argv2[0], argv2)<0)
{