From e80c034864c5e4b0daa1c2941d73b4a814b0bd4e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 1 Oct 2015 17:03:18 +0200 Subject: [PATCH] fix a typo breaking windows --- include/xbt/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/base.h b/include/xbt/base.h index 0f34bad192..dcbaca2444 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -237,7 +237,7 @@ /* UNIX build */ -#elsif defined(__ELF__) +#elif defined(__ELF__) # define XBT_PUBLIC(type) type # define XBT_EXPORT_NO_IMPORT(type) type -- 2.20.1