mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add missing return value
This commit is contained in:
parent
cf4c985e46
commit
4f0a8d60c2
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ int main()
|
|||
PASS_EQUAL(result, @"abc", "common prefix of 'abc' and 'abcx' is 'abc'");
|
||||
|
||||
[arp drain];
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue