From: Nik Nyby Date: Wed, 25 Oct 2017 04:19:19 +0000 (-0400) Subject: Fix typo in carefulputc.h X-Git-Tag: v2.32-rc1~245 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7da792223a77ea99edca11206a0666d8b710df4;p=thirdparty%2Futil-linux.git Fix typo in carefulputc.h Signed-off-by: Nik Nyby --- diff --git a/include/carefulputc.h b/include/carefulputc.h index 688435ed57..54a02bfef2 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 */