aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/printf/gmp-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/printf/gmp-impl.h')
-rw-r--r--libquadmath/printf/gmp-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/printf/gmp-impl.h b/libquadmath/printf/gmp-impl.h
index 969574c..94d88ef 100644
--- a/libquadmath/printf/gmp-impl.h
+++ b/libquadmath/printf/gmp-impl.h
@@ -91,7 +91,7 @@ typedef unsigned int UHWtype;
impn_mul_n_basecase (prodp, up, vp, size); \
else \
impn_mul_n (prodp, up, vp, size, tspace); \
- } while (0);
+ } while (0)
#define __MPN(x) __quadmath_mpn_##x