output: Implement styling for footnotes.
[pspp] / tests / output / render-test.c
index 42b8795336f6f354b0391f6b46246bb3ecbbdcd8..e5eea91d94fefd0b2f9ae921e87699bf3b5eb5bf 100644 (file)
@@ -475,7 +475,7 @@ read_table (FILE *stream)
               {
                 char marker[2] = { 'a' + n_footnotes, '\0' };
                 struct footnote *f = tab_create_footnote (
-                  tab, n_footnotes, content, marker);
+                  tab, n_footnotes, content, marker, NULL);
                 tab_add_footnote (tab, c, r, f);
                 n_footnotes++;
               }