From 8a665fc34859289e8e32b977b9c2b86dbcf35543 Mon Sep 17 00:00:00 2001 From: dwarning Date: Tue, 29 Oct 2024 16:55:43 +0100 Subject: [PATCH] typo in structure name --- src/winmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/winmain.c b/src/winmain.c index 6e10ec178..619ab468a 100644 --- a/src/winmain.c +++ b/src/winmain.c @@ -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();