summaryrefslogtreecommitdiff
path: root/Mac/PythonLauncher/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/PythonLauncher/main.m')
-rw-r--r--[-rwxr-xr-x]Mac/PythonLauncher/main.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/PythonLauncher/main.m b/Mac/PythonLauncher/main.m
index 6841433f42..04b4d7321f 100755..100644
--- a/Mac/PythonLauncher/main.m
+++ b/Mac/PythonLauncher/main.m
@@ -11,7 +11,7 @@
int main(int argc, const char *argv[])
{
- char *home = getenv("HOME");
- if (home) chdir(home);
+ char *home = getenv("HOME");
+ if (home) chdir(home);
return NSApplicationMain(argc, argv);
}