From ea026a235eb11c9082696d0bb970096ccc6e48f6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 10 Mar 2011 22:44:50 -0800 Subject: [PATCH] DELETE VARIABLES: Style fix. --- src/language/dictionary/delete-variables.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/language/dictionary/delete-variables.c b/src/language/dictionary/delete-variables.c index bfb74e84..97c54a81 100644 --- a/src/language/dictionary/delete-variables.c +++ b/src/language/dictionary/delete-variables.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 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 @@ -40,8 +40,7 @@ cmd_delete_variables (struct lexer *lexer, struct dataset *ds) msg (SE, _("DELETE VARIABLES may not be used after TEMPORARY. " "Temporary transformations will be made permanent.")); - if (!parse_variables (lexer, dataset_dict (ds), &vars, &var_cnt, - PV_NONE)) + if (!parse_variables (lexer, dataset_dict (ds), &vars, &var_cnt, PV_NONE)) goto error; if (var_cnt == dict_get_var_cnt (dataset_dict (ds))) { -- 2.30.2