summaryrefslogtreecommitdiff
path: root/tests/tlog.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-08 20:11:42 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-08 20:11:42 +0000
commit3572265d532851bcd30649db42e02c7ccdce6944 (patch)
treea728f7482e4c2185236c8e03f0b313ad937b7c3f /tests/tlog.c
parentc4f1b1822a2b4b60045117d218364f0286d6ff4e (diff)
downloadmpc-3572265d532851bcd30649db42e02c7ccdce6944.tar.gz
[log.c] now mpc_log returns int instead of void
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@390 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tlog.c')
-rw-r--r--tests/tlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlog.c b/tests/tlog.c
index 51b8cd2..04f955a 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -91,7 +91,7 @@ check_exp_log (void)
int
main (void)
{
- DECL_FUNC (V_CC, f, mpc_log);
+ DECL_FUNC (CC, f, mpc_log);
test_start ();