From 6cc48148fe0ecd600f796031ecfd16813f7f0d1e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 24 Jun 2004 00:48:44 +0000 Subject: Change comment from C++ style to C. --- Modules/getpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/getpath.c b/Modules/getpath.c index b3921e3..cbdcbd8 100644 --- a/Modules/getpath.c +++ b/Modules/getpath.c @@ -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); -- cgit v0.12