summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-08 14:29:03 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-08 14:29:03 +0000
commit9305e72f2eb612409e7ea307fbeff6adaacda624 (patch)
tree25d21b785ca54cf0c44518ddd2d1cdeb6f8db21b /mpfr-impl.h
parent7564566ff619dfc9423cf08799549787b61c619d (diff)
downloadmpfr-9305e72f2eb612409e7ea307fbeff6adaacda624.tar.gz
mpfr-impl.h: added a space for MPFR_LOG_MSG.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5498 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r--mpfr-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h
index ccae5002b..a1f974c69 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -1373,7 +1373,7 @@ __MPFR_DECLSPEC extern mp_prec_t mpfr_log_prec;
#define MPFR_LOG_MSG2(format, ...) \
if ((MPFR_LOG_MSG_F&mpfr_log_type)&&(mpfr_log_current<=mpfr_log_level)) \
- fprintf (mpfr_log_file, "%s.%d:"format, __func__, __LINE__, __VA_ARGS__);
+ fprintf (mpfr_log_file, "%s.%d: "format, __func__, __LINE__, __VA_ARGS__);
#define MPFR_LOG_MSG(x) MPFR_LOG_MSG2 x
#define MPFR_LOG_BEGIN2(format, ...) \