add new line after print Wrong password
This commit is contained in:
parent
19b87be18d
commit
ae83eae33d
2
main.cpp
2
main.cpp
@ -94,7 +94,7 @@ int main(int argc, char **argv)
|
|||||||
// check for magic num to see if file is decrypted correcly
|
// check for magic num to see if file is decrypted correcly
|
||||||
if (std::memcmp(decrypted_buffer.buffer, ".bin", 4))
|
if (std::memcmp(decrypted_buffer.buffer, ".bin", 4))
|
||||||
{
|
{
|
||||||
printf("Worong password!!");
|
printf("Wrong password!!\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user