Change some aspects of the PRINT, PRINT EJECT, and WRITE
[pspp-builds.git] / src / data / case-source.c
index 21413fe2a5a0bed7bc79b3f65bd0d152790576e5..f8b73f3872159be8bb56febcdf3228628a05bbd4 100644 (file)
@@ -50,8 +50,8 @@ free_case_source (struct case_source *source)
     }
 }
 
-/* Returns nonzero if CLASS is the class of SOURCE. */
-int
+/* Returns true if CLASS is the class of SOURCE. */
+bool
 case_source_is_class (const struct case_source *source,
                       const struct case_source_class *class) 
 {