summaryrefslogtreecommitdiff
path: root/tests/tio_str.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-02-19 11:00:11 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-02-19 11:00:11 +0000
commitc3db9cb3619261f2b05caedd4faa1a5377a5c761 (patch)
tree76aa8bf5a0b53a904e68bb1b12391b0120628121 /tests/tio_str.c
parent9dbd2bf0b381692883879dc941d02455568ffeb8 (diff)
downloadmpc-c3db9cb3619261f2b05caedd4faa1a5377a5c761.tar.gz
src/set_str.c: Fix typo.
tests/read_data.c: Fix wrong format specifier for line_number tests/tio_str.c: keep local the check_stdout function. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@417 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tio_str.c')
-rw-r--r--tests/tio_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tio_str.c b/tests/tio_str.c
index ec46768..6f87ad5 100644
--- a/tests/tio_str.c
+++ b/tests/tio_str.c
@@ -229,7 +229,7 @@ check_io_str (mpc_ptr read_number, mpc_ptr expected)
#ifndef NO_STREAM_REDIRECTION
/* test out_str with stream=NULL */
-void
+static void
check_stdout (mpc_ptr read_number, mpc_ptr expected)
{
char tmp_file[] = "mpc_test";