typo in structure name

This commit is contained in:
dwarning 2024-10-29 16:55:43 +01:00
parent bb08b460d1
commit 8a665fc348
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ SetAnalyse(char *Analyse, /* in: analysis type */
static int OldPercent = -2; /* Previous progress value */
static char OldAn[128]; /* Previous analysis type */
char s[128], t[128]; /* outputs to analysis window and task bar */
static Perftime timebefore; /* previous time stamp */
Perftime timenow; /* actual time stamp */
static PerfTime timebefore; /* previous time stamp */
PerfTime timenow; /* actual time stamp */
int diffsec, diffmillisec; /* differences actual minus prev. time stamp */
WaitForIdle();