From: Markus Armbruster Date: Sat, 26 Jan 2013 10:47:59 +0000 (+0100) Subject: set_coastal: Fix function comment X-Git-Tag: v4.3.32~55 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=c1da9865a35f024afb468fd8622fdd648ff17af8 set_coastal: Fix function comment Screwed up in commit 6db2e6ec, v4.3.8. Signed-off-by: Markus Armbruster --- diff --git a/src/lib/subs/coastal.c b/src/lib/subs/coastal.c index 6228ea144..c6b1bd2f7 100644 --- a/src/lib/subs/coastal.c +++ b/src/lib/subs/coastal.c @@ -93,7 +93,6 @@ coastal_land_to_sea(coord x, coord y) /* * Compute coastal flags for a change of SP from OLDDES to NEWDES. * Update adjacent sectors, but don't touch SP. - * Return new coastal flag for SP. */ void set_coastal(struct sctstr *sp, int olddes, int newdes)