Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b2sum/b2sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/b2sum/b2sum.c b/b2sum/b2sum.c
index ebf1757..da12dd8 100644
--- a/b2sum/b2sum.c
+++ b/b2sum/b2sum.c
@@ -347,7 +347,7 @@ int main( int argc, char **argv )
if( bsdstyle )
printf( "\n" );
else
- printf( " %s\n", argv[i] );
+ printf( " %s\n", argv[i] );
}
if( f != stdin ) fclose( f );