Diff between fc5c121427ee4300bafd5a8327e9b805a1509243 and a92b74f00c7f87caf3c53a7c53a33c36c0b845c1

Changed Files

File Additions Deletions Status
obexd/src/plugin.h +1 -1 modified

Full Patch

diff --git a/obexd/src/plugin.h b/obexd/src/plugin.h
index 2777d50..13d7769 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