diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 14:43:26 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 14:43:26 +0200 |
commit | 78c0642073a196dbba2fd82ba903b64a9f35ba3f (patch) | |
tree | 856c5761977fd378044e672364517394f55db548 /libservices/thd_alloc_service.c | |
parent | daac5b511c7607cefed7579145d29c531e5257f3 (diff) | |
download | mariadb-git-78c0642073a196dbba2fd82ba903b64a9f35ba3f.tar.gz |
consistency in declaring service symbols
Diffstat (limited to 'libservices/thd_alloc_service.c')
-rw-r--r-- | libservices/thd_alloc_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libservices/thd_alloc_service.c b/libservices/thd_alloc_service.c index 65e3fc490c8..54e498c6cd1 100644 --- a/libservices/thd_alloc_service.c +++ b/libservices/thd_alloc_service.c @@ -15,4 +15,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <service_versions.h> -SERVICE_VERSION *thd_alloc_service= (void*)VERSION_thd_alloc; +SERVICE_VERSION thd_alloc_service= (void*)VERSION_thd_alloc; |