diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-03-11 02:38:25 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-03-11 02:38:25 (GMT) |
commit | 13be8c269155706bb22601518ba42a36e05ff361 (patch) | |
tree | d06a077c95768fc02386019b45f70a58bd2e36c5 /PC/launcher.c | |
parent | a654510150cb738b61033c32e30bd4be9f0ed6ed (diff) | |
download | cpython-13be8c269155706bb22601518ba42a36e05ff361.zip cpython-13be8c269155706bb22601518ba42a36e05ff361.tar.gz cpython-13be8c269155706bb22601518ba42a36e05ff361.tar.bz2 |
Removes unused format string insertion in launcher.c.
Diffstat (limited to 'PC/launcher.c')
-rw-r--r-- | PC/launcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index ee3cd44..fa08684 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -260,7 +260,7 @@ directory\n", } else if (find_existing_python(ip->executable)) { debug(L"locate_pythons_for_key: %s: already \ -found: %s\n", ip->executable); +found\n", ip->executable); } else { /* check the executable type. */ |