summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-03-08 22:23:59 +0100
committerjvoisin2018-03-08 22:23:59 +0100
commit3a64318dd7337f1b0e0125d6e4e09be072257b7d (patch)
treec3be96ba5f9e0462ebd01a0aa01aa6bd2c3971fc
parent2c4b2798e5351cff462b195c318ee7f5f18cfb5a (diff)
Make travis happy.
-rw-r--r--src/sp_utils.c2
1 files changed, 2 insertions, 0 deletions
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,
320 return FAILURE; 320 return FAILURE;
321 } 321 }
322 func->handler = new_function; 322 func->handler = new_function;
323 } else {
324 return SUCCESS;
323 } 325 }
324 } 326 }
325 327