From d2b03ad4635e30977f13f5bcfb02b79a2c28e0ec Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 29 Mar 2013 22:53:36 +0100 Subject: Update to Xcode 4.6. Further update to LLVM 3.2. --- MLKRoot.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLKRoot.m') diff --git a/MLKRoot.m b/MLKRoot.m index 8b9f510..94cda90 100644 --- a/MLKRoot.m +++ b/MLKRoot.m @@ -657,8 +657,8 @@ toilet_send_by_name (id *_data, id *_multireturn, id object, NSString *methodNam if (returnType == MLKT_INVALID) { [NSException raise:@"MLKInvalidReturnTypeError" - format:@"Cannot handle an Objective-C return type of \"%s\" \ -as provided by method %@ of object %@", + format:@"Cannot handle an Objective-C return type of \"%@\" \ +as provided by method %@ of object %s", methodName, object, [signature methodReturnType]]; return nil; } -- cgit v1.2.3