mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
Minor comment format fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1165 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe4eb5b2ab
commit
3534bcc0de
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Implementation of NSBundle class
|
||||
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993,1994,1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||
Date: May 1993
|
||||
|
@ -229,7 +229,8 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
|||
OBJC_FREE(output);
|
||||
#endif
|
||||
|
||||
/* Construct a path from the directory, language, name and extension. Used by
|
||||
/* Construct a path from the directory, language, name and extension.
|
||||
Used by */
|
||||
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "Debug (NSBundle): Found main in %s\n",
|
||||
|
|
Loading…
Reference in a new issue