aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-25 16:58:39 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-25 16:58:39 +0000
commit944be90b21318902a091ca285e19895369a2caea (patch)
tree74f28b4141798462045b7398b5e4c4c478f30b36
parentfe4208fe93523a464dbc3094a914a2923e66bd3e (diff)
downloadbusybox-w32-944be90b21318902a091ca285e19895369a2caea.tar.gz
busybox-w32-944be90b21318902a091ca285e19895369a2caea.tar.bz2
busybox-w32-944be90b21318902a091ca285e19895369a2caea.zip
Remove a now unneeded check
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index 2ec44d901..b014f2a59 100644
--- a/utility.c
+++ b/utility.c
@@ -1620,7 +1620,7 @@ extern char *get_line_from_file(FILE *file)
1620 return linebuf; 1620 return linebuf;
1621} 1621}
1622 1622
1623#if defined BB_CAT || defined BB_LSMOD 1623#if defined BB_CAT
1624extern void print_file(FILE *file) 1624extern void print_file(FILE *file)
1625{ 1625{
1626 int c; 1626 int c;