diff options
author | rsc <devnull@localhost> | 2005-05-07 22:42:14 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-05-07 22:42:14 +0000 |
commit | 2b6040818e35d57357226212c356ce370c5b5dd0 (patch) | |
tree | a08c0b51770e99dbc80a768f88d6682838c2d77f /src/cmd/map | |
parent | bb0266fe6137ecd81eea1c74e34723c5a1bc4caf (diff) | |
download | plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.tar.gz plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.tar.bz2 plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.zip |
use full prototypes
Diffstat (limited to 'src/cmd/map')
-rw-r--r-- | src/cmd/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/map/map.c b/src/cmd/map/map.c index 8d4dbfc2..74ae79ac 100644 --- a/src/cmd/map/map.c +++ b/src/cmd/map/map.c @@ -1204,7 +1204,7 @@ inpoly(double x, double y) } void -realcut() +realcut(void) { struct place g; double lat; |