Output drivers: Remove assertions on OUTPUT_ITEM_GROUP
[pspp] / src / output / tex.c
index 698abaa453347e04cb877fd44bc8ea19a9707362..1a4f22fe09a3412e6949300a32ee24fc5c83dab7 100644 (file)
@@ -329,7 +329,7 @@ tex_submit (struct output_driver *driver, const struct output_item *item)
       break;
 
     case OUTPUT_ITEM_GROUP:
-      NOT_REACHED ();
+      break;
 
     case OUTPUT_ITEM_IMAGE:
       {