aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/termcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/termcap.c b/src/termcap.c
index be5d0392ccd..bf16ed2824c 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -561,8 +561,6 @@ tgetent (bp, name)
561 561
562 ret: 562 ret:
563 term_entry = bp; 563 term_entry = bp;
564 if (malloc_size)
565 return (int) bp;
566 return 1; 564 return 1;
567} 565}
568 566