Rename Dataset dialog: Add spacing and help button
[pspp] / src / language / data-io / placement-parser.c
index 55e1b5d501360b6693de79cbdbd5b9349c380ba3..ca6f491ee0b7727002523ddf451a18625481c5e2 100644 (file)
@@ -299,7 +299,7 @@ execute_placement_format (const struct fmt_spec *format,
     }
 }
 
-bool
+static bool
 parse_column__ (int value, int base, int *column)
 {
   assert (base == 0 || base == 1);