diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-10-05 01:14:16 +0200 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-10-05 01:14:16 +0200 |
commit | 73e139c4dd924fd796a1defd5e41901e0d43baa8 (patch) | |
tree | 2deef6be3f422a030f14677f6a74c55e72bf97f2 /include/my_global.h | |
parent | 7c4404b667df30e385829c077a3df59d83c0e755 (diff) | |
download | mariadb-git-73e139c4dd924fd796a1defd5e41901e0d43baa8.tar.gz |
fix compile error - #if/#endif mismatch
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h index 5f7043c54cb..8540c3f100e 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -1382,6 +1382,7 @@ do { doubleget_union _tmp; \ #else #define dlerror() "No support for dynamic loading (static build?)" #endif +#endif /* |