X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fsyntax-gen.c;h=93d52c79c05b0fcbf26a940142654ddd1173eb94;hb=62b5101a28fc2c4a9b8b26a998fb6c4ec12d84c7;hp=f14a87a91f04059021dc1dfe9d3c113679a2c119;hpb=ef1c6e31701304b64c492216bbdff99ec989ab7d;p=pspp diff --git a/src/ui/syntax-gen.c b/src/ui/syntax-gen.c index f14a87a91f..93d52c79c0 100644 --- a/src/ui/syntax-gen.c +++ b/src/ui/syntax-gen.c @@ -298,7 +298,7 @@ syntax_gen_pspp_valist (struct string *output, const char *format, } conv[x++] = directive; conv[x++] = '\0'; - + ds_put_c_format (output, conv, d); break; }