From 4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 7 Jul 2013 09:53:08 +0200 Subject: 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. --- Mac/PythonLauncher/doscript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mac/PythonLauncher/doscript.h') 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 -extern int doscript(const char *command); \ No newline at end of file +extern int doscript(const char *command); -- cgit v1.2.1