@@ -33,11 +33,11 @@ } - init: (id)obj withSize: (size_t)size { - fprintf(stderr, "ERROR: Could not allocate %zd byte for object %s!\n ", + fprintf(stderr, "ERROR: Could not allocate %zd byte for object %s!\n", size, [obj name]); return [super init]; } @end