some string fixes

This commit is contained in:
Martin Willi
2008-08-20 13:59:37 +00:00
parent 6368a58ffc
commit bdbf3c49fc
2 changed files with 2 additions and 2 deletions
@@ -138,7 +138,7 @@ int main (int argc, char *argv[])
}
}
printf("password\n%s\n", pass);
printf("\n\n", pass);
printf("\n\n");
/* flush output, wait for input */
fflush(stdout);
fread(&buf, 1, sizeof(buf), stdin);