From 5da90b889758aac235acf8c1dff93e90ddfbfe7d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Jul 2012 03:58:11 +0000 Subject: Header file clean-up git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3 --- apps/include/readline.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/include/readline.h') diff --git a/apps/include/readline.h b/apps/include/readline.h index a53eaf5f6..647778210 100644 --- a/apps/include/readline.h +++ b/apps/include/readline.h @@ -1,5 +1,5 @@ /**************************************************************************** - * include/apps/readline.h + * apps/include/readline.h * * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -33,8 +33,8 @@ * ****************************************************************************/ -#ifndef __INCLUDE_APPS_READLINE_H -#define __INCLUDE_APPS_READLINE_H +#ifndef __APPS_INCLUDE_READLINE_H +#define __APPS_INCLUDE_READLINE_H /**************************************************************************** * Included Files @@ -97,4 +97,4 @@ EXTERN ssize_t readline(FAR char *buf, int buflen, FILE *instream, FILE *outstre } #endif -#endif /* __INCLUDE_APPS_READLINE_H */ +#endif /* __APPS_INCLUDE_READLINE_H */ -- cgit v1.2.3