mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 22:15:41 +00:00
Merge pull request #602 from FreeMinded/master
Fix typo in create_pdf.c
This commit is contained in:
@@ -476,7 +476,7 @@ int create_pdf( nwipe_context_t* ptr )
|
||||
{
|
||||
if( nwipe_options.prng == &nwipe_xoroshiro256_prng )
|
||||
{
|
||||
snprintf( prng_type, sizeof( prng_type ), "XORshiro256" );
|
||||
snprintf( prng_type, sizeof( prng_type ), "XORoshiro256" );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user