summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
commitd2b03ad4635e30977f13f5bcfb02b79a2c28e0ec (patch)
tree2b3a5a83f5c01e5d3fb39de0ea75485240f94249 /MLKRoot.m
parentcc920390a43b6e79caba2b113621d54bcc954d76 (diff)
Update to Xcode 4.6. Further update to LLVM 3.2.HEADmaster
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m4
1 files changed, 2 insertions, 2 deletions
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;
}