summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-06 12:15:12 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-06 12:15:12 +0000
commite22f63f2318c66387015a696eefae8304c9ee09b (patch)
tree6413f6b0f6a3a8ab376cdc1dc8f175c07a50c1b2 /apps/apps.c
parentd256b95768ae01baba1915c802e2ba05c25348cc (diff)
The typos never stop. Fix one in apps/apps.c.
Diffstat (limited to 'apps/apps.c')
-rw-r--r--apps/apps.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/apps.c b/apps/apps.c
index ee5edaa7b8..d9a1316997 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -2395,13 +2395,14 @@ double app_tminterval(int stop,int usertime)
else
#endif
{
+ SYSTEMTIME systime;
+
if (usertime && warning)
{
BIO_printf(bio_err,"To get meaningful results, run "
- "this program on idle system.\n"
+ "this program on idle system.\n");
warning=1;
}
- SYSTEMTIME systime;
GetSystemTime(&systime);
SystemTimeToFileTime(&systime,&now);
}