summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-28 07:27:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-28 07:27:36 -0600
commit1a28c065d3ad474e32188c502a5a571ecb54da81 (patch)
tree57be6b3015543aa57c2b7486c44934baaab63e78
parentfbe67261712462537e2d4158e193f808f1a859b8 (diff)
downloadnuttx-1a28c065d3ad474e32188c502a5a571ecb54da81.tar.gz
nuttx-1a28c065d3ad474e32188c502a5a571ecb54da81.tar.bz2
nuttx-1a28c065d3ad474e32188c502a5a571ecb54da81.zip
Change from last commit was still in the editor
-rw-r--r--apps/examples/telnetd/telnetd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/telnetd/telnetd.h b/apps/examples/telnetd/telnetd.h
index f5cd4c440..abc605235 100644
--- a/apps/examples/telnetd/telnetd.h
+++ b/apps/examples/telnetd/telnetd.h
@@ -32,8 +32,8 @@
*
****************************************************************************/
-#ifndef __APPS_EXAMPLES_TELNETD_TELNETL_H
-#define __APPS_EXAMPLES_TELNETD_TELNETL_H
+#ifndef __APPS_EXAMPLES_TELNETD_TELNETD_H
+#define __APPS_EXAMPLES_TELNETD_TELNETD_H
/****************************************************************************
* Pre-processor Definitions
@@ -89,4 +89,4 @@
* Public Function Prototypes
****************************************************************************/
-#endif /* __APPS_EXAMPLES_TELNETD_TELNETL_H */
+#endif /* __APPS_EXAMPLES_TELNETD_TELNETD_H */