From d8e5824e8bdf89e95c618c554b34e8789e58bd3c Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 25 Jan 2015 01:52:49 -0500 Subject: fix strerror --- lib/hook-functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hook-functions.c') diff --git a/lib/hook-functions.c b/lib/hook-functions.c index cc8bd3e..9d34400 100644 --- a/lib/hook-functions.c +++ b/lib/hook-functions.c @@ -245,7 +245,7 @@ int substitute_hook_functions(const struct substitute_function_hook *hooks, if ((ret = apply_pc_patch_callback(stop_token, pc_callback, &info))) goto end; if (info.encountered_bad_pc) { - ret = SUBSTITURE_ERR_UNEXPECTED_PC_ON_OTHER_THREAD; + ret = SUBSTITUTE_ERR_UNEXPECTED_PC_ON_OTHER_THREAD; goto end; } } -- cgit v1.2.3