Change comment from C++ style to C.

This commit is contained in:
Brett Cannon 2004-06-24 00:48:44 +00:00
parent 941b8bc41a
commit 6cc48148fe

View file

@ -398,7 +398,7 @@ calculate_path(void)
*/
else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP)
;
#endif // __APPLE__
#endif /* __APPLE__ */
else if (path) {
while (1) {
char *delim = strchr(path, DELIM);