summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/wrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/wrappers.h')
-rw-r--r--apps/plugins/lib/wrappers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/wrappers.h b/apps/plugins/lib/wrappers.h
index 5eb45d02c8..b6fbd51a39 100644
--- a/apps/plugins/lib/wrappers.h
+++ b/apps/plugins/lib/wrappers.h
@@ -51,7 +51,7 @@
51#define strcpy rb->strcpy 51#define strcpy rb->strcpy
52#define strip_extension rb->strip_extension 52#define strip_extension rb->strip_extension
53#define strlen rb->strlen 53#define strlen rb->strlen
54#define strncpy rb->strncpy 54#define strlcpy rb->strlcpy
55#define strrchr rb->strrchr 55#define strrchr rb->strrchr
56 56
57#endif 57#endif