Skip to content

Commit 13be8c2

Browse files
committed
Removes unused format string insertion in launcher.c.
1 parent a654510 commit 13be8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/launcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ directory\n",
260260
}
261261
else if (find_existing_python(ip->executable)) {
262262
debug(L"locate_pythons_for_key: %s: already \
263-
found: %s\n", ip->executable);
263+
found\n", ip->executable);
264264
}
265265
else {
266266
/* check the executable type. */

0 commit comments

Comments
 (0)