Oops, had a C++-style line comment in a C source file
Originally committed to SVN as r2726.
This commit is contained in:
parent
2bd0ce3055
commit
82f91ce1fc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static char * GetDir(GetURLFunc GetURL)
|
|||
if (!bundle) return NULL;
|
||||
|
||||
res_dir_url = (*GetURL)(bundle);
|
||||
// we do not own 'bundle' so don't release it
|
||||
/* we do not own 'bundle' so don't release it */
|
||||
if (!res_dir_url) return NULL;
|
||||
|
||||
res = CFURLGetFileSystemRepresentation(res_dir_url, true, (UInt8*)res_dir_str, MAXPATHLEN);
|
||||
|
|
Loading…
Reference in a new issue