changeset 22911:08a348bc475b

lib-mail: Fix include guards for istream-nonuls.h
author Sergey Kitov <sergey.kitov@open-xchange.com>
date Fri, 06 Apr 2018 15:48:02 +0300
parents fb006e012708
children 0ebd5557ce43
files src/lib-mail/istream-nonuls.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-mail/istream-nonuls.h	Wed Apr 11 15:11:23 2018 +0300
+++ b/src/lib-mail/istream-nonuls.h	Fri Apr 06 15:48:02 2018 +0300
@@ -1,5 +1,5 @@
-#ifndef ISTREAM_DOT_H
-#define ISTREAM_DOT_H
+#ifndef ISTREAM_NONULS_H
+#define ISTREAM_NONULS_H
 
 /* Translate all NUL characters to the specified replace_chr. */
 struct istream *i_stream_create_nonuls(struct istream *input, char replace_chr);