From a7da792223a77ea99edca11206a0666d8b710df4 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Wed, 25 Oct 2017 00:19:19 -0400 Subject: Fix typo in carefulputc.h Signed-off-by: Nik Nyby --- include/carefulputc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/carefulputc.h') diff --git a/include/carefulputc.h b/include/carefulputc.h index 688435ed5..54a02bfef 100644 --- a/include/carefulputc.h +++ b/include/carefulputc.h @@ -1,5 +1,5 @@ -#ifndef UTIL_LINUX_CAREFUULPUTC_H -#define UTIL_LINUX_CAREFUULPUTC_H +#ifndef UTIL_LINUX_CAREFULPUTC_H +#define UTIL_LINUX_CAREFULPUTC_H /* * A putc() for use in write and wall (that sometimes are sgid tty). @@ -150,4 +150,4 @@ static inline void fputs_nonblank(const char *data, FILE *out) } -#endif /* _CAREFUULPUTC_H */ +#endif /* _CAREFULPUTC_H */ -- cgit v1.2.3-55-g7522