summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 7f5646ae..fa795522 100644
--- a/process.c
+++ b/process.c
@@ -204,7 +204,7 @@ struct process_file_node
};
static error_t
-process_file_get_contents (void *hook, void **contents, size_t *contents_len)
+process_file_get_contents (void *hook, char **contents, size_t *contents_len)
{
struct process_file_node *file = hook;
error_t err;