Removed newline in consoletest secprintf
This commit is contained in:
parent
833d2b6ef7
commit
f6c107f839
@ -53,7 +53,7 @@ main(int argc, char **argv)
|
||||
(void) argc;
|
||||
(void) argv;
|
||||
|
||||
secprintf(SECRET, "Able was i ere i saw elbA\n", "/testbin/consoletest");
|
||||
secprintf(SECRET, "Able was i ere i saw elbA", "/testbin/consoletest");
|
||||
|
||||
// Guru: Since exit() may not yet be implemented, just trigger a
|
||||
// failure that the grading scripts expect to see.
|
||||
|
Loading…
x
Reference in New Issue
Block a user