From 884e5e83e6c598bff239d0e759ecece72ce48146 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Wed, 5 Dec 2018 16:44:37 +0000 Subject: [PATCH] fixup --- zpm-quote.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zpm-quote.c b/zpm-quote.c index d0006e3..02df678 100644 --- a/zpm-quote.c +++ b/zpm-quote.c @@ -95,6 +95,8 @@ int main(int ac, char **av) { free(quoted); count++; } - printf("\n"); + if (count > 0) { + printf("\n"); + } return 0; } -- 2.40.0