X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flevene.h;h=fd2aaf54236e88de94c9e97a118dd5a28808db7a;hb=f3cf52b51e6d89e94190de22b1fa813e8d3746f7;hp=a23d9a26df1664caa4dbfb515d950fe5cdf2cff5;hpb=f903a8263cb82efeaa72eaab68252bd740778ffa;p=pspp diff --git a/src/levene.h b/src/levene.h index a23d9a26df..fd2aaf5423 100644 --- a/src/levene.h +++ b/src/levene.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !levene_h #define levene_h 1 @@ -41,7 +41,7 @@ The dependent variables : v_dep; void levene(const struct casefile *cf, - struct variable *v_indep, int n_dep, struct variable **v_dep, + struct variable *v_indep, size_t n_dep, struct variable **v_dep, enum lev_missing, is_missing_func);