From: Nathan Wagner Date: Mon, 30 Mar 2015 19:01:52 +0000 (+0000) Subject: fixups X-Git-Tag: v0.1.6~212 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=d17a93e463656f234174c65b1a97b9e4fda7e505 fixups --- 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");