categoricals: Improve comments.
[pspp] / src / output / table-casereader.c
index a6a370f1bd7a41af5ef6de75fe0893aaa4637fd4..36f74f20c4b55c07309c102572efa3693b1da8e5 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2009, 2011, 2013 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011, 2013, 2014 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
@@ -113,7 +113,7 @@ table_casereader_get_cell (const struct table *t, int x, int y,
   cell->contents = &cell->inline_contents;
   cell->n_contents = 1;
   cell->inline_contents.options = TAB_RIGHT;
-  cell->inline_contents.table = NULL;
+  cell->inline_contents.n_footnotes = 0;
   if (tc->heading != NULL)
     {
       if (y == 0)