mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
6af892791a
commit
2f16ecd266
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue