diff options
-rw-r--r-- | inotail.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ static off_t lines_to_offset(int fd, int file_size, unsigned int n_lines) return offset; } -static off_t bytes_to_offset(int fd, int file_size, unsigned int n_lines) +static inline off_t bytes_to_offset(int fd, int file_size, unsigned int n_lines) { return (file_size - n_lines); } |