X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdfm.c;h=9905b6b3e25f8cc8c688a1bde3b268dbf2b61457;hb=d4d9866bb2ec1797b8fb103e7144d0e9ffd1abff;hp=b5023a82ef9caeeb0c6af468d6c90ea27ec9051d;hpb=6bc566408707e018674d1776d835c78368b6b5a3;p=pspp diff --git a/src/dfm.c b/src/dfm.c index b5023a82ef..9905b6b3e2 100644 --- a/src/dfm.c +++ b/src/dfm.c @@ -669,7 +669,7 @@ cmd_begin_data (void) /* We don't actually read from the inline file. The input procedure is what reads from it. */ getl_prompt = GETL_PRPT_DATA; - procedure (NULL, NULL, NULL); + procedure (NULL, NULL, NULL, NULL); ext = inline_file->ext;