diff options
Diffstat (limited to 'test/cfgetispeed.c')
-rw-r--r-- | test/cfgetispeed.c | 2 |
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); } |