mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 01:01:03 +00:00
fixup bad variable size
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39863 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d60587e6bb
commit
491474cbf3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ int main()
|
||||||
NSInvocation *inv1;
|
NSInvocation *inv1;
|
||||||
NSInvocation *inv2;
|
NSInvocation *inv2;
|
||||||
NSValue *val;
|
NSValue *val;
|
||||||
int length;
|
NSInteger length;
|
||||||
NSString *hello = @"hello";
|
NSString *hello = @"hello";
|
||||||
NSString *uppercaseHello;
|
NSString *uppercaseHello;
|
||||||
NSOperationQueue *queue = [NSOperationQueue new];
|
NSOperationQueue *queue = [NSOperationQueue new];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue