diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index 917a91c..9897c85 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -1041,7 +1041,7 @@ int fuse_loop_mt_32(struct fuse *f, struct fuse_loop_config *config); * in the callback function of fuse_operations is also thread-safe. * * @param f the FUSE handle - * @param config loop configuration + * @param config loop configuration, may be NULL and defaults will be used then * @return see fuse_session_loop() * * See also: fuse_loop() |