projects
/
libevent
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133a015
)
Add a missing "static".
author
Nick Mathewson
<nickm@torproject.org>
Wed, 22 Apr 2009 15:38:50 +0000
(15:38 +0000)
committer
Nick Mathewson
<nickm@torproject.org>
Wed, 22 Apr 2009 15:38:50 +0000
(15:38 +0000)
svn:r1219
test/regress.c
patch
|
blob
|
history
diff --git
a/test/regress.c
b/test/regress.c
index 2a9d250712f9893d1ea31f810c5a090f6ee4aa00..0a4264138b4eeb1aa4579f5b75eed456fc828dbd 100644
(file)
--- a/
test/regress.c
+++ b/
test/regress.c
@@
-1534,7
+1534,7
@@
end:
}
}
-int
+
static
int
check_dummy_mem_ok(void *_mem)
{
char *mem = _mem;