aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcomex2015-02-18 02:57:08 -0500
committercomex2015-02-18 02:57:08 -0500
commitce8cffd7cba9925779163fa4380f98b2f70f5a7b (patch)
treed5229e823757b8e836a28fd00ffd7bb1c67e4d7d /test
parenter, don't unnecessarily spam thread start/resume. (diff)
downloadsubstitute-ce8cffd7cba9925779163fa4380f98b2f70f5a7b.tar.gz
various fixes
Diffstat (limited to 'test')
-rw-r--r--test/test-hook-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-hook-functions.c b/test/test-hook-functions.c
index 2f23ae4..ab027de 100644
--- a/test/test-hook-functions.c
+++ b/test/test-hook-functions.c
@@ -34,7 +34,7 @@ void break_after() {
static const struct substitute_function_hook hooks[] = {
{getpid, hook_getpid, &old_getpid},
{hcreate, hook_hcreate, NULL},
- {fwrite, hook_fwrite, &old_fwrite}
+ {fwrite, hook_fwrite, &old_fwrite},
};
int main() {
#ifdef TARGET_DIS_SUPPORTED