Skip to content

Commit

Permalink
less annoying main() signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeash committed Dec 2, 2010
1 parent 829ab0d commit 908c839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static void TestDevNull(void)
WaitFor(^int { return didRead; });
}

int main (int argc, const char * argv[])
int main(int argc, const char **argv)
{
WithPool(^{
TEST(TestDevNull);
Expand Down

0 comments on commit 908c839

Please sign in to comment.