From 342ab23e883c1438025ad4225259939e33c98ac1 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Mon, 9 Feb 2009 18:10:16 +0000 Subject: [PATCH] Oops, had a C++-style line comment in a C source file Originally committed to SVN as r2726. --- aegisub/libosxutil/bundledirs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/libosxutil/bundledirs.c b/aegisub/libosxutil/bundledirs.c index f71185b3a..465245c0b 100644 --- a/aegisub/libosxutil/bundledirs.c +++ b/aegisub/libosxutil/bundledirs.c @@ -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);