Fix syntax error

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17014 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-06-24 17:48:02 +00:00
parent 6af892791a
commit 2f16ecd266

View file

@ -351,7 +351,7 @@ static char **_gnu_noobjc_env = NULL;
kptr = kvm_open(NULL, "/dev/null", NULL, O_RDONLY, "NSProcessInfo");
if(!kptr) {
fprintf(stderr, "Error: Your system appears to provide libkvm, but the kernel open fails\n");
fprintf(stderr. "Try to reconfigure gnustep-base with --enable-fake-main. to work\n");
fprintf(stderr, "Try to reconfigure gnustep-base with --enable-fake-main. to work\n");
fprintf(stderr, "around this problem.");
abort();
}