cairo-fsm: Remove code that was #if'd out.
[pspp] / src / output / charts / np-plot.c
index ccccbeff36ae192b844a3f95b25aa6ca9c4b6534..a140230e06282ed306ccf86e823e6a2d698a020c 100644 (file)
@@ -33,7 +33,7 @@ make_np_plot (const struct np *np, const struct casereader *reader,
 {
   struct np_plot_chart *npp;
 
-  if (np->n < 1.0)
+  if (np->n <= 1.0)
     return NULL;
 
   npp = xzalloc (sizeof *npp);