diff options
author | comex | 2015-07-16 00:55:19 -0400 |
---|---|---|
committer | comex | 2015-07-16 00:55:19 -0400 |
commit | dfd16cc1f759a103707ebd27743abc621486e131 (patch) | |
tree | e3ef16871039acb735bbf4179d299e8d8ea7d5a1 /lib/substitute.h | |
parent | work around (incorrect, since it's not code) alignment warning (diff) | |
download | substitute-dfd16cc1f759a103707ebd27743abc621486e131.tar.gz |
style police
Diffstat (limited to '')
-rw-r--r-- | lib/substitute.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/substitute.h b/lib/substitute.h index 6b7b9f4..034cc26 100644 --- a/lib/substitute.h +++ b/lib/substitute.h @@ -89,7 +89,8 @@ const char *substitute_strerror(int err); struct substitute_function_hook { void *function; void *replacement; - void *old_ptr; /* optional: out *pointer* to function pointer to call old impl */ + void *old_ptr; /* optional: out *pointer* to function pointer to call old + * impl */ }; /* substitute_hook_functions options */ |