summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/telnetd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/telnetd/telnetd.h')
-rw-r--r--cpukit/telnetd/telnetd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index 0e9e4fde7d..a146ad942b 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -103,7 +103,7 @@ extern rtems_telnetd_config_table rtems_telnetd_config;
*
* Uses the application provided @ref rtems_telnetd_config configuration table.
*/
-rtems_status_code rtems_telnetd_initialize( void);
+rtems_status_code rtems_telnetd_initialize(void);
#ifdef __cplusplus
}