From 7aba22ba283e08180757b61f8d3d1ec4c1a25562 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 19 Dec 2011 14:33:09 +0000 Subject: [PATCH] apps/speed.c: fix typo in last commit. --- apps/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/speed.c b/apps/speed.c index 2c489eb029..25fe24aaec 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -110,7 +110,7 @@ #if defined(_WIN32) || defined(__CYGWIN__) #include -# if defined(__CYGwIN__) && !defined(_WIN32) +# if defined(__CYGWIN__) && !defined(_WIN32) /* should define _WIN32, which normally is mutually * exclusive with __CYGWIN__, but if it didn't... */ # define _WIN32 -- GitLab