summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/telnetd/pty.h')
-rw-r--r--cpukit/telnetd/pty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h
index 7445f604a3..e786c01627 100644
--- a/cpukit/telnetd/pty.h
+++ b/cpukit/telnetd/pty.h
@@ -61,7 +61,7 @@ rtems_device_driver pty_control(
#define PTY_DRIVER_TABLE_ENTRY \
{ pty_initialize , pty_open , pty_close , \
- pty_read , pty_write , pty_control }
+ pty_read , pty_write , pty_control }
#ifdef __cplusplus
}