Fix typo in library definition.

This commit is contained in:
2021-10-05 00:31:06 +01:00
parent cd4f90e360
commit 00d528549e

View File

@@ -22,7 +22,7 @@
#define AARU_LOCAL __attribute__((visibility("hidden")))
#else
#define AARU_EXPORT EXTERNC
#define idaAARU_LOCAL_local
#define AARU_LOCAL
#endif
#endif
#endif