diff options
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index f25ce9446..0c9969640 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -207,7 +207,6 @@ off_t FAST_FUNC fdlength(int fd) | |||
207 | else bottom = pos; | 207 | else bottom = pos; |
208 | 208 | ||
209 | // If we can't, it's smaller. | 209 | // If we can't, it's smaller. |
210 | |||
211 | } else { | 210 | } else { |
212 | if (bottom == top) { | 211 | if (bottom == top) { |
213 | if (!top) return 0; | 212 | if (!top) return 0; |