diff options
Diffstat (limited to 'include/fuse.h')
-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 336e8f3..fb1c2d6 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -252,7 +252,7 @@ struct fuse_operations { * should use this. * * The filesystem may choose between two modes of operation: - * + * * 1) The readdir implementation ignores the offset parameter, and * passes zero to the filler function's offset. The filler * function will not return '1' (unless an error happens), so the |