summaryrefslogtreecommitdiffstats
path: root/Modules/getpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c2
1 files changed, 1 insertions, 1 deletions
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);