aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 8c766bd1994..26c6de06f88 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -520,7 +520,7 @@ scan_file (char *str, int fd, struct termcap_buffer *bufp)
520 bufp->ateof = 0; 520 bufp->ateof = 0;
521 *bufp->ptr = '\0'; 521 *bufp->ptr = '\0';
522 522
523 lseek (fd, 0L, 0); 523 lseek (fd, 0, 0);
524 524
525 while (!bufp->ateof) 525 while (!bufp->ateof)
526 { 526 {