From d17a93e463656f234174c65b1a97b9e4fda7e505 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Mon, 30 Mar 2015 19:01:52 +0000 Subject: [PATCH] fixups --- elf/elftype.c | 1 - 1 file changed, 1 deletion(-) diff --git a/elf/elftype.c b/elf/elftype.c index 79c7d00..7d3365d 100644 --- a/elf/elftype.c +++ b/elf/elftype.c @@ -48,7 +48,6 @@ int main(int ac, char **av) { case '0': zeroterm = 1; break; case 'f': if (optarg[0] == '-' && optarg[1] == 0) { - fprintf(stderr, "opening stdin\n"); list = stdin; } else { list = fopen(optarg, "r"); -- 2.40.0