aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute.h
diff options
context:
space:
mode:
authorcomex2015-07-16 00:55:19 -0400
committercomex2015-07-16 00:55:19 -0400
commitdfd16cc1f759a103707ebd27743abc621486e131 (patch)
treee3ef16871039acb735bbf4179d299e8d8ea7d5a1 /lib/substitute.h
parentwork around (incorrect, since it's not code) alignment warning (diff)
downloadsubstitute-dfd16cc1f759a103707ebd27743abc621486e131.tar.gz
style police
Diffstat (limited to 'lib/substitute.h')
-rw-r--r--lib/substitute.h3
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 */