summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h
index 02d80c307..83a154d21 100644
--- a/include/math.h
+++ b/include/math.h
@@ -58,7 +58,7 @@ __BEGIN_DECLS
#define __MATHCALL(function,suffix, args) \
__MATHDECL (_Mdouble_,function,suffix, args)
#define __MATHDECL(type, function,suffix, args) \
- __MATHDECL_1(type, function,suffix, args); \
+ __MATHDECL_1(type, function,suffix, args);
#define __MATHCALLX(function,suffix, args, attrib) \
__MATHDECLX (_Mdouble_,function,suffix, args, attrib)
#define __MATHDECLX(type, function,suffix, args, attrib) \