Skip to content
Snippets Groups Projects
Commit 20aa5cc8 authored by lampe's avatar lampe
Browse files

format fix

[[Imported from SVN: r8156]]
parent 4274bd7e
No related branches found
No related tags found
No related merge requests found
......@@ -661,7 +661,7 @@ OUTPUTDEVICE * NS_PREFIX InitScreen (int *argcp, char **argv, INT *error)
if (sscanf(argv[i+1],"%s",buffer)!=1)
{
fprintf(stderr,"%s: invalid use of option -np\n",prog_name);
fprintf(stderr,"%s: choose for option -np name extension for named pipes\n");
fprintf(stderr,"%s: choose for option -np name extension for named pipes\n",prog_name);
exit(-1);
}
user_interface |= PUI;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment