diff options
author | unknown <serg@sergbook.mysql.com> | 2007-04-29 08:24:33 -0700 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2007-04-29 08:24:33 -0700 |
commit | 91673114656c32ba201ac04b9ecd2388bacd2e64 (patch) | |
tree | 157ed382b088d48fe8c3eebabaf9cb14e996ee15 /include | |
parent | b6965ac3525a853b91bb788b53f0beb17f8df20c (diff) | |
download | mariadb-git-91673114656c32ba201ac04b9ecd2388bacd2e64.tar.gz |
compilation error
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h index 751ce516a39..af8a60361c8 100644 --- a/include/mysql/plugin.h +++ b/include/mysql/plugin.h @@ -657,7 +657,7 @@ char *thd_security_context(MYSQL_THD thd, char *buffer, unsigned int length, #ifdef __cplusplus -}; +} #endif #endif |