Merge pull request #602 from FreeMinded/master

Fix typo in create_pdf.c
This commit is contained in:
PartialVolume
2024-09-10 19:11:23 +01:00
committed by GitHub

View File

@@ -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
{