From f6e0ec6e2df64ce90e3a52a3e636f3ffb5c38927 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 3 Aug 2005 09:11:06 +0000 Subject: fix --- lib/fuse_lowlevel_mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse_lowlevel_mt.c') diff --git a/lib/fuse_lowlevel_mt.c b/lib/fuse_lowlevel_mt.c index a06d42c..ee3a0ac 100644 --- a/lib/fuse_lowlevel_mt.c +++ b/lib/fuse_lowlevel_mt.c @@ -94,7 +94,7 @@ int fuse_ll_loop_mt_proc(struct fuse_ll *f, fuse_ll_processor_t proc, void *data struct fuse_worker *w; int i; - w = malloc(sizeof(struct fuse_worker)); + w = (struct fuse_worker *) malloc(sizeof(struct fuse_worker)); if (w == NULL) { fprintf(stderr, "fuse: failed to allocate worker structure\n"); return -1; -- cgit v1.2.3