render: Make struct render_params a little smaller.
[pspp] / src / output / message-item.c
index feb1d32c02eed54e13cb66eba6c869c429447f2b..2acfa13bdfa6fd498339a11022a0e8a906bdb999 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2010 Free Sonftware Foundation, Inc.
+   Copyright (C) 2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -62,5 +62,6 @@ message_item_submit (struct message_item *item)
 
 const struct output_item_class message_item_class =
   {
+    "message",
     message_item_destroy,
   };