diff options
Diffstat (limited to 'test/test-hook-functions.c')
-rw-r--r-- | test/test-hook-functions.c | 2 |
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 |