diff options
Diffstat (limited to 'src/shared/include')
-rw-r--r-- | src/shared/include/camellia/fsutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/include/camellia/fsutil.h b/src/shared/include/camellia/fsutil.h index eb2b23e..8b8c4fc 100644 --- a/src/shared/include/camellia/fsutil.h +++ b/src/shared/include/camellia/fsutil.h @@ -3,7 +3,6 @@ #include <stddef.h> /** Normalizes the offset and length passed to a fs into safe values. - * If returns *length == 0, *offset is meaningless. * * @param expand Can this operation expand the target file? * true if writing to a file with an adjustable size |