diff options
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; |