Fixed compiler warning placement-parser.c 20130206030505/pspp 20130207030503/pspp 20130208030503/pspp 20130209030504/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 5 Feb 2013 17:39:46 +0000 (18:39 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 5 Feb 2013 17:39:46 +0000 (18:39 +0100)
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);