Tweak to compile correctly

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21636 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2005-08-15 04:00:22 +00:00
parent 3ef672b739
commit 343d1715a0

View file

@ -494,8 +494,7 @@ static char **_gnu_noobjc_env = NULL;
vectors = (char **)pinfo.pr_argv;
if (!vectors)
{
fprintf(stderr, "Error: psinfo does not return arguments for the current
process\n");
fprintf(stderr, "Error: psinfo does not return arguments for the current process\n");
abort();
}
/* copy the argument strings */