diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-03-10 19:38:25 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-03-10 19:38:25 -0700 |
commit | 13be8c269155706bb22601518ba42a36e05ff361 (patch) | |
tree | d06a077c95768fc02386019b45f70a58bd2e36c5 /PC | |
parent | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob... (diff) | |
download | cpython-13be8c269155706bb22601518ba42a36e05ff361.tar.gz cpython-13be8c269155706bb22601518ba42a36e05ff361.tar.bz2 cpython-13be8c269155706bb22601518ba42a36e05ff361.zip |
Removes unused format string insertion in launcher.c.
Diffstat (limited to 'PC')
-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 ee3cd44ddc4..fa0868467ff 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. */ |