X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsplit-file.c;h=48eec2958161224e021db6600152562543194588;hb=96994a54e60e9c95b8bba54c2281acf7059b1203;hp=73cc20a0570ddb9d8ed4e4c324356a578aa2ffdf;hpb=369c24f1d085a41ec274ebae5fc198fcee567653;p=pspp diff --git a/src/language/dictionary/split-file.c b/src/language/dictionary/split-file.c index 73cc20a057..48eec29581 100644 --- a/src/language/dictionary/split-file.c +++ b/src/language/dictionary/split-file.c @@ -50,7 +50,7 @@ cmd_split_file (struct lexer *lexer, struct dataset *ds) size_t n; /* For now, ignore SEPARATE and LAYERED. */ - (void) ( lex_match_id (lexer, "SEPARATE") || lex_match_id (lexer, "LAYERED") ); + (void) (lex_match_id (lexer, "SEPARATE") || lex_match_id (lexer, "LAYERED")); lex_match (lexer, T_BY); if (!parse_variables (lexer, dataset_dict (ds), &v, &n, PV_NO_DUPLICATE))