summaryrefslogtreecommitdiff
path: root/Mac/PythonLauncher/doscript.h
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2013-07-07 09:54:08 +0200
committerRonald Oussoren <ronaldoussoren@mac.com>2013-07-07 09:54:08 +0200
commit071029fac6c074c801d5dc292d250c77c189ea3f (patch)
treea1d03a323fb8f9668357aed04ab8180a00ce1b9a /Mac/PythonLauncher/doscript.h
parent5f8e78545ce03c12207cff711001e162539beb75 (diff)
parent4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59 (diff)
downloadcpython-git-071029fac6c074c801d5dc292d250c77c189ea3f.tar.gz
(3.3->default) Issue #18377: Code cleanup in Python Launcher
This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources.
Diffstat (limited to 'Mac/PythonLauncher/doscript.h')
-rw-r--r--Mac/PythonLauncher/doscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/doscript.h b/Mac/PythonLauncher/doscript.h
index eef0b5641f..3fd3187cd4 100644
--- a/Mac/PythonLauncher/doscript.h
+++ b/Mac/PythonLauncher/doscript.h
@@ -9,4 +9,4 @@
#include <Carbon/Carbon.h>
-extern int doscript(const char *command); \ No newline at end of file
+extern int doscript(const char *command);