From 8d0a88e7f4529a53abdca35ac9b19a0e7a323335 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 6 Oct 2011 00:29:03 +0200 Subject: BASE: Slight cleanup. --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/main.cpp b/base/main.cpp index a93f693d8d..5d0c0ea09a 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -103,7 +103,7 @@ static const EnginePlugin *detectPlugin() { // Query the plugins and find one that will handle the specified gameid printf("User picked target '%s' (gameid '%s')...\n", ConfMan.getActiveDomainName().c_str(), gameid.c_str()); - printf("%s", " Looking for a plugin supporting this gameid... "); + printf(" Looking for a plugin supporting this gameid... "); GameDescriptor game = EngineMan.findGame(gameid, &plugin); -- cgit v1.2.3