summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/termios/init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/libtests/termios/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/libtests/termios/init.c b/c/src/tests/libtests/termios/init.c
index aff6b08384..eb7045bf31 100644
--- a/c/src/tests/libtests/termios/init.c
+++ b/c/src/tests/libtests/termios/init.c
@@ -687,7 +687,7 @@ out:
}
-void raw_input( struct termios *tp )
+static void raw_input( struct termios *tp )
{
printf( "\nTesting raw input input\n\n" );
printf( "Hit 'q' to terminate the test\n" );