X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=zpm-quote.c;h=02df6781d319fe626ccff733bc2ca0c0dcc9f4e1;hp=d0006e391a9beeade7a49e6dc4567dbe9c74dacb;hb=884e5e83e6c598bff239d0e759ecece72ce48146;hpb=884d3cefd3b5d5ba5c6f5af0f0c87168005af3f3 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; }