summaryrefslogtreecommitdiff
path: root/tests/tio_str.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-22 13:40:58 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-22 13:40:58 +0000
commit2b3fb7f70c79f95219c9067d40faab1f325bf3c0 (patch)
tree6a7e22ea050d8f4543a2724b545ea827f011a1e2 /tests/tio_str.c
parentf29aa6c69f5946576921b8675861c01a20aa22f9 (diff)
downloadmpc-2b3fb7f70c79f95219c9067d40faab1f325bf3c0.tar.gz
tio_str.c: corrected copy-paste bug
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1024 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 c9b519f..1518301 100644
--- a/tests/tio_str.c
+++ b/tests/tio_str.c
@@ -27,7 +27,7 @@ MA 02111-1307, USA. */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
-#define STDIN_FILENO 1
+#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#endif