]> granicus.if.org Git - python/commitdiff
Change comment from C++ style to C.
authorBrett Cannon <bcannon@gmail.com>
Thu, 24 Jun 2004 00:48:44 +0000 (00:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 24 Jun 2004 00:48:44 +0000 (00:48 +0000)
Modules/getpath.c

index b3921e3866ff4286b07cdb10f765005793d776a2..cbdcbd879fefc5be09ad898b5abf1160599a7e03 100644 (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);