From 3a64318dd7337f1b0e0125d6e4e09be072257b7d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 8 Mar 2018 22:23:59 +0100 Subject: Make travis happy. --- src/sp_utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sp_utils.c b/src/sp_utils.c index 8129f6b..54a8e1b 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -320,6 +320,8 @@ int hook_function(const char* original_name, HashTable* hook_table, return FAILURE; } func->handler = new_function; + } else { + return SUCCESS; } } -- cgit v1.3