Oops, had a C++-style line comment in a C source file

Originally committed to SVN as r2726.
This commit is contained in:
Niels Martin Hansen 2009-02-09 18:10:16 +00:00
parent 2bd0ce3055
commit 82f91ce1fc
1 changed files with 1 additions and 1 deletions

View File

@ -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);