Work toward getting rid of finalizers and control stacks and jumping around among...
[pspp] / src / language / xforms / sample.c
index 7184562ef2943fd060357450adee5f600658c529..072cd68e225bd5603263aba8104b20e7f7a000e6 100644 (file)
@@ -107,7 +107,7 @@ cmd_sample (struct lexer *lexer, struct dataset *ds)
 }
 
 /* Executes a SAMPLE transformation. */
-static int
+static enum trns_result
 sample_trns_proc (void *t_, struct ccase **c UNUSED,
                   casenumber case_num UNUSED)
 {