summaryrefslogtreecommitdiff
path: root/lib/ccan/typesafe_cb/typesafe_cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/typesafe_cb/typesafe_cb.h')
-rw-r--r--lib/ccan/typesafe_cb/typesafe_cb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ccan/typesafe_cb/typesafe_cb.h b/lib/ccan/typesafe_cb/typesafe_cb.h
index 3dddd501a3..884314975e 100644
--- a/lib/ccan/typesafe_cb/typesafe_cb.h
+++ b/lib/ccan/typesafe_cb/typesafe_cb.h
@@ -101,8 +101,8 @@
* Example:
* void _register_callback(void (*fn)(int, void *arg), void *arg);
* #define register_callback(fn, arg) \
- * _register_callback(typesafe_cb_preargs(void, (fn), void *, \
- * (arg), int), \
+ * _register_callback(typesafe_cb_preargs(void, void *, \
+ * (fn), (arg), int), \
* (arg))
*/
#define typesafe_cb_preargs(rtype, atype, fn, arg, ...) \