The typos never stop. Fix one in apps/apps.c.
authorAndy Polyakov <appro@openssl.org>
Sun, 6 Nov 2005 12:15:12 +0000 (12:15 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 6 Nov 2005 12:15:12 +0000 (12:15 +0000)
apps/apps.c

index ee5edaa7b8fe95b0a79497594f37f4268bd58af2..d9a1316997df0ae1fce0ebc79de5f43ebc79ffb8 100644 (file)
@@ -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);
                }