X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Flanguage%2Fdata-io%2Fprint-space.c;h=73712c0d322db368ca5d7dc0f831bc4b122b437f;hb=bdebbd4db2d6c539eadb145f726382fe338e4219;hp=2fc932de4ea46f9576ee81dca277610afcd9675f;hpb=691c25e36fd1ee722dd35419d6110e3876b99f9c;p=pspp diff --git a/src/language/data-io/print-space.c b/src/language/data-io/print-space.c index 2fc932de4e..73712c0d32 100644 --- a/src/language/data-io/print-space.c +++ b/src/language/data-io/print-space.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -59,7 +59,6 @@ cmd_print_space (struct lexer *lexer, struct dataset *ds) handle = fh_parse (lexer, FH_REF_FILE); if (handle == NULL) return CMD_FAILURE; - lex_get (lexer); } else handle = NULL;