X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Ftext%2Fsync_chain_batch.c;h=55ec91056f6397c1b8e1e997204e072136165946;hb=66eaf2eba602c331d08677dbb59ec3f9e40f0ccc;hp=2b2990fff32d2c346b3013f6ea2f7c19ee94ce75;hpb=467066eeab8b0a4e5ea07d24f1840310730fd470;p=lttv.git diff --git a/lttv/modules/text/sync_chain_batch.c b/lttv/modules/text/sync_chain_batch.c index 2b2990ff..55ec9105 100644 --- a/lttv/modules/text/sync_chain_batch.c +++ b/lttv/modules/text/sync_chain_batch.c @@ -316,7 +316,7 @@ void setupSyncChain(LttvTracesetContext* const traceSetContext) fprintf(syncState->graphsStream, "#!/usr/bin/gnuplot\n\n" - "set terminal postscript eps color size 8in,6in\n\n"); + "set terminal postscript eps color size 8in,6in\n"); retval= chdir(cwd); if (retval == -1)