Commit 6cc48148 authored by Brett Cannon's avatar Brett Cannon

Change comment from C++ style to C.

parent 941b8bc4
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment