From f2d2c1ea325f97ffcaa883d4a07f148c168983aa Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 8 Jul 2013 10:49:50 +0400 Subject: Fixing a typo in the previous push modified: storage/connect/fmdlex.c --- storage/connect/fmdlex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/connect/fmdlex.c') diff --git a/storage/connect/fmdlex.c b/storage/connect/fmdlex.c index d55b4661426..7a3053f0d38 100644 --- a/storage/connect/fmdlex.c +++ b/storage/connect/fmdlex.c @@ -24,7 +24,7 @@ #define __STDC__ 1 #endif #include -#ifndef defined(WIN32) +#ifndef WIN32 #include #endif -- cgit v1.2.1