From 2e742622ab5442ccca32b71c7b53c816f86c3260 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 23 May 2018 16:42:41 +0200 Subject: whitespace fixes --- mhdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mhdr.c') diff --git a/mhdr.c b/mhdr.c index d19093b..18cbc5e 100644 --- a/mhdr.c +++ b/mhdr.c @@ -66,7 +66,7 @@ print_quoted(char *s) for (t = s; *t; t++) if ((unsigned char)*t < 32 || strchr("()<>[]:;@\\,.\"", *t)) goto quote; - + printf("%s", s); return; -- cgit 1.4.1