aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index b5f09649..5a295198 100644
--- a/format.c
+++ b/format.c
@@ -3098,7 +3098,7 @@ format_log_debug_cb(const char *key, const char *value, void *arg)
void
format_log_debug(struct format_tree *ft, const char *prefix)
{
- format_each(ft, format_log_debug_cb, prefix);
+ format_each(ft, format_log_debug_cb, (void *)prefix);
}
/* Walk each format. */