summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 129fd6954e..96b008c551 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -63,7 +63,7 @@
63#elif defined (APPLICATION) 63#elif defined (APPLICATION)
64#define PREFIX(_x_) app_ ## _x_ 64#define PREFIX(_x_) app_ ## _x_
65#else 65#else
66#define PREFIX 66#define PREFIX(_x_) _x_
67#endif 67#endif
68 68
69#if defined (APPLICATION) 69#if defined (APPLICATION)