Add missing return value

This commit is contained in:
hmelder 2024-10-28 14:54:37 +01:00
parent cf4c985e46
commit 4f0a8d60c2

View file

@ -35,5 +35,7 @@ int main()
PASS_EQUAL(result, @"abc", "common prefix of 'abc' and 'abcx' is 'abc'");
[arp drain];
return 0;
}