From a92b74f00c7f87caf3c53a7c53a33c36c0b845c1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 18 Oct 2010 23:03:02 +0200 Subject: [PATCH] obexd: Fix plugin define --- obexd/src/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/src/plugin.h b/obexd/src/plugin.h index 2777d50ef..13d77695f 100644 --- a/obexd/src/plugin.h +++ b/obexd/src/plugin.h @@ -37,6 +37,6 @@ struct obex_plugin_desc { extern struct obex_plugin_desc obex_plugin_desc \ __attribute__ ((visibility("default"))); \ struct obex_plugin_desc obex_plugin_desc = { \ - name, init, exit \ + #name, init, exit \ }; #endif -- 2.47.3