diff options
| author | jvoisin | 2018-03-08 22:23:59 +0100 |
|---|---|---|
| committer | jvoisin | 2018-03-08 22:23:59 +0100 |
| commit | 3a64318dd7337f1b0e0125d6e4e09be072257b7d (patch) | |
| tree | c3be96ba5f9e0462ebd01a0aa01aa6bd2c3971fc /src | |
| parent | 2c4b2798e5351cff462b195c318ee7f5f18cfb5a (diff) | |
Make travis happy.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp_utils.c | 2 |
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 | ||
