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