Fix warnings
[pspp-builds.git] / src / language / stats / npar.c
index bfeaf8f76fd67c90efb75390fca1bd9f1bb6311b..fda7b0c6b27c79453435e463abe72fda6efbc185 100644 (file)
@@ -1007,7 +1007,7 @@ npar_ks_one_sample (struct lexer *lexer, struct dataset *ds, struct npar_specs *
                              specs->test,
                              sizeof (*specs->test) * specs->n_tests);
 
-  specs->test[specs->n_tests - 1] = kst;
+  specs->test[specs->n_tests - 1] = nt;
 
   return 1;
 }