Skip to content

Commit

Permalink
Add a missing "static".
Browse files Browse the repository at this point in the history
svn:r1219
  • Loading branch information
nmathewson committed Apr 22, 2009
1 parent 133a015 commit 1f9c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regress.c
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ test_event_pending(void *ptr)
}
}

int
static int
check_dummy_mem_ok(void *_mem)
{
char *mem = _mem;
Expand Down

0 comments on commit 1f9c9e5

Please sign in to comment.