]> git.pond.sub.org Git - empserver/commitdiff
set_coastal: Fix function comment
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 26 Jan 2013 10:47:59 +0000 (11:47 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 6 Jun 2013 17:55:00 +0000 (19:55 +0200)
Screwed up in commit 6db2e6ec, v4.3.8.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/subs/coastal.c

index 6228ea14477670a9a3840907c4a67808e4a66248..c6b1bd2f70a1774c03943354f42c776fb7bd3ad0 100644 (file)
@@ -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)