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:
Richard Frith-MacDonald 2016-06-14 19:52:30 +00:00
parent d60587e6bb
commit 491474cbf3

View file

@ -13,7 +13,7 @@ int main()
NSInvocation *inv1;
NSInvocation *inv2;
NSValue *val;
int length;
NSInteger length;
NSString *hello = @"hello";
NSString *uppercaseHello;
NSOperationQueue *queue = [NSOperationQueue new];