Make distcheck work for configure --without-libplot
[pspp-builds.git] / src / output / chart.h
index 43543cf5e2239ddb8a2793aee7cab8e4ed97fbba..ee87956042b89c9e66f747bf7714ccb12fce415b 100644 (file)
@@ -89,6 +89,7 @@ void chart_submit(struct chart *ch);
    separate file. */
 void chart_init_separate (struct chart *, const char *type,
                           const char *file_name_tmpl, int number);
+
 void chart_finalise_separate (struct chart *);
 
 #endif