From ce8cffd7cba9925779163fa4380f98b2f70f5a7b Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 18 Feb 2015 02:57:08 -0500 Subject: various fixes --- test/test-hook-functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3