mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Fix wierd corruption ... missing character in source.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3facf2dbc1
commit
d503bb8c78
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ main(int argc, char **argv, char **env)
|
|||
GSPrintf(stderr, @" [.h files]\t\tMust be in 'HeaderDirectory'\n");
|
||||
GSPrintf(stderr,
|
||||
@" [.m files]\t\tAbsolute or relative path (from here)\n");
|
||||
GSPrintf(stderr
|
||||
GSPrintf(stderr,
|
||||
@" [.gsdoc files]\tMust be in 'DocumentationDirectory'\n\n");
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue