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.
This commit is contained in:
Ronald Oussoren 2013-07-07 09:53:08 +02:00
parent 385521c90e
commit 4e327c9d1c
8 changed files with 77 additions and 95 deletions

View file

@ -9,4 +9,4 @@
#include <Carbon/Carbon.h>
extern int doscript(const char *command);
extern int doscript(const char *command);