diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 129fd69..96b008c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -63,7 +63,7 @@ #elif defined (APPLICATION) #define PREFIX(_x_) app_ ## _x_ #else -#define PREFIX +#define PREFIX(_x_) _x_ #endif #if defined (APPLICATION) |