From 1a28c065d3ad474e32188c502a5a571ecb54da81 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 28 Apr 2014 07:27:36 -0600 Subject: Change from last commit was still in the editor --- apps/examples/telnetd/telnetd.h | 6 +++--- 1 file 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 */ -- cgit v1.2.3