aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-05-09 11:22:41 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-05-09 11:22:41 +0000
commit21019c96f5f9f8d5f7630acc2e897da077c0f097 (patch)
treef8f9978086f464f40c62492974c45af608d2e525 /include
parent0b9a06efb8fa6fa242a8d7483e596dbd88317377 (diff)
downloadlibfuse-21019c96f5f9f8d5f7630acc2e897da077c0f097.tar.gz
fix
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h2
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