diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2015-12-14 08:55:12 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2015-12-14 08:55:12 +0000 |
commit | e134829932c33603521c3e5a1df3c85caf7861d7 (patch) | |
tree | 1d48a594c0b07814f0fc6e26a768b396ee83a286 /tests/tsum.c | |
parent | 6b708e6d0ad7b790d041ac219281d00f75b28cef (diff) | |
download | mpfr-e134829932c33603521c3e5a1df3c85caf7861d7.tar.gz |
[tests/tsum.c] Correction.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9761 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsum.c')
-rw-r--r-- | tests/tsum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsum.c b/tests/tsum.c index 35c7a0ec6..2a0d255e9 100644 --- a/tests/tsum.c +++ b/tests/tsum.c @@ -30,7 +30,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., /* return the cpu time in milliseconds */ static int -cputime () +cputime (void) { return clock () / (CLOCKS_PER_SEC / 1000); } |