X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fxforms%2Fsample.c;h=6fbc758c2e1329f41d57d626daa9eb8ca75b495a;hb=b5c82cc9aabe7e641011130240ae1b2e84348e23;hp=632009eddc84cabb12dc026df09388b0a9136a12;hpb=9f087e7aa4cdff1d5d46d5e188c0017a9d2d0029;p=pspp-builds.git diff --git a/src/language/xforms/sample.c b/src/language/xforms/sample.c index 632009ed..6fbc758c 100644 --- a/src/language/xforms/sample.c +++ b/src/language/xforms/sample.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009 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 @@ -116,7 +116,7 @@ cmd_sample (struct lexer *lexer, struct dataset *ds) /* Executes a SAMPLE transformation. */ static int -sample_trns_proc (void *t_, struct ccase *c UNUSED, +sample_trns_proc (void *t_, struct ccase **c UNUSED, casenumber case_num UNUSED) { struct sample_trns *t = t_;