output: Add support for vertical alignment of cells.
[pspp] / src / output / ascii.c
index 507e758e3fd727316f4f147d9162fd4f15218c02..ff5b1ba826588fb2ae35fd00f25fed5546ee10ac 100644 (file)
@@ -627,7 +627,7 @@ text_draw (struct ascii_driver *a, unsigned int options,
   if (y < y0 || y >= y1)
     return;
 
-  switch (options & TAB_ALIGNMENT)
+  switch (options & TAB_HALIGN)
     {
     case TAB_LEFT:
       x = bb[H][0];