summaryrefslogtreecommitdiff
path: root/test/cfgetispeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfgetispeed.c')
-rw-r--r--test/cfgetispeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cfgetispeed.c b/test/cfgetispeed.c
index 3002759..9ca40cf 100644
--- a/test/cfgetispeed.c
+++ b/test/cfgetispeed.c
@@ -8,6 +8,6 @@
main(int arg, char **argv)
{
- struct termios *t;
+ struct termios t;
cfgetispeed(&t);
}