diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-01-20 00:43:20 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-01-20 00:43:20 +0000 |
commit | f6d3869a7f2bb7239b8e4253ccee054a289edd7a (patch) | |
tree | 51a27e9afc82d3d856de74b037beccaacddce9a7 /tests/tsi_op.c | |
parent | 9d9795065f2a18d811314574de594911d0d284c3 (diff) | |
download | mpfr-f6d3869a7f2bb7239b8e4253ccee054a289edd7a.tar.gz |
Added missing void's.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5875 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsi_op.c')
-rw-r--r-- | tests/tsi_op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsi_op.c b/tests/tsi_op.c index 1cbf0ab29..15c393801 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -50,7 +50,7 @@ const struct { }; static void -check_invert () +check_invert (void) { mpfr_t x; mpfr_init2 (x, MPFR_PREC_MIN); |