aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute.h
diff options
context:
space:
mode:
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 */