added missing new line to why2-test
This commit is contained in:
parent
ba6939e64b
commit
a8c3c5f28a
@ -27,7 +27,7 @@ int main(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "Test failed!\n\n%s // %s", encrypted.outputText, TEST_TEXT);
|
||||
fprintf(stderr, "Test failed!\n\n%s // %s\n", encrypted.outputText, TEST_TEXT);
|
||||
exitCode = 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user