diff options
author | Alexander Barkov <bar@mariadb.org> | 2013-07-08 10:49:50 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2013-07-08 10:49:50 +0400 |
commit | f2d2c1ea325f97ffcaa883d4a07f148c168983aa (patch) | |
tree | 8ee2c3180177d3be5a3f07a8d9bbea974ab372ec /storage/connect/fmdlex.c | |
parent | 269fd01bc13c14ccec9ceed5ff324d5a67adf7ad (diff) | |
download | mariadb-git-f2d2c1ea325f97ffcaa883d4a07f148c168983aa.tar.gz |
Fixing a typo in the previous push
modified:
storage/connect/fmdlex.c
Diffstat (limited to 'storage/connect/fmdlex.c')
-rw-r--r-- | storage/connect/fmdlex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> -#ifndef defined(WIN32) +#ifndef WIN32 #include <unistd.h> #endif |