1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 02:18:21 +00:00

Update main.c

This commit is contained in:
Stephen 2017-02-06 16:18:19 -08:00 committed by GitHub
parent 7826906f58
commit 237182ff43

View File

@ -20,6 +20,10 @@
#include "interface.h"
#include "event.h"
#if defined(__MINGW64__) || defined(__MINGW32__)
int _dowildcard = -1;
#endif
static void main_log_clear_line (MAYBE_UNUSED const int prev_len, MAYBE_UNUSED FILE *fp)
{
#if defined (_WIN)