From b9cf3835367a7005693419fb06a2402a68176c1f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2005 23:46:27 +0000 Subject: fix type casting so we dont have any warnings on 32/64 bit arches --- test/stdlib/ptytest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stdlib/ptytest.c') diff --git a/test/stdlib/ptytest.c b/test/stdlib/ptytest.c index dd531b416..a79563880 100644 --- a/test/stdlib/ptytest.c +++ b/test/stdlib/ptytest.c @@ -5,7 +5,7 @@ #include #include -int main() +int main(int argc, char **argv) { int fd; char *cp; -- cgit v1.2.3