Skip to content
Snippets Groups Projects
Commit 89cf42fd authored by deuce's avatar deuce
Browse files

Add newline to failure message.

parent 78e3a79f
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ int initciolib(int mode)
break;
}
if(cio_api.mode==CIOLIB_MODE_AUTO) {
fprintf(stderr,"CIOLIB initialization failed!");
fprintf(stderr,"CIOLIB initialization failed!\n");
return(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment