Merge pull request #2444 from roycewilliams/master

strip trailing whitespace - h/t @philsmd
pull/2447/head
Jens Steube 4 years ago committed by GitHub
commit 323e7463b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -354,7 +354,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
{
if (hashconfig->has_optimized_kernel == false)
{
if (user_options->quiet == false)
if (user_options->quiet == false)
{
event_log_warning (hashcat_ctx, "Kernel %s:", source_file);
event_log_warning (hashcat_ctx, "Optimized kernel requested but not needed - falling back to pure kernel");

Loading…
Cancel
Save