From 00d528549e53a8e44504e38ca05189ff88083093 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 5 Oct 2021 00:31:06 +0100 Subject: [PATCH] Fix typo in library definition. --- library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.h b/library.h index fab20d2..ab0edf8 100644 --- a/library.h +++ b/library.h @@ -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