Skip to content

Commit

Permalink
Fix newlines in rahash2 -qq
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 8, 2016
1 parent 99d59eb commit 3efe247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binr/rahash2/rahash2.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ static int do_hash(const char *file, const char *algo, RIO *io, int bsize, int r
do_hash_print (ctx, i, dlen, quiet?'n':rad, ule);
if (quiet == 1) {
printf (" %s\n", file);
} else {
if (quiet && !rad) printf ("\n");
}
}
}
Expand Down

0 comments on commit 3efe247

Please sign in to comment.