From fde9a8cc6c849fb21f3e6782dbd5c6bc863357eb Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 1 Aug 2017 11:44:52 +0900 Subject: [PATCH] Simple typo fix. * tools/rfc822parse.c: Fix. Signed-off-by: NIIBE Yutaka --- tools/rfc822parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rfc822parse.c b/tools/rfc822parse.c index ab692bda9..e8cdb0215 100644 --- a/tools/rfc822parse.c +++ b/tools/rfc822parse.c @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, see . -g */ + */ /* According to RFC822 binary zeroes are allowed at many places. We do