npf.c
changeset 2182 89e6e39734a4
parent 2164 74c8163d1e14
child 2186 461a2aff3486
--- a/npf.c	Sat Jul 23 19:00:56 2005 +0000
+++ b/npf.c	Sat Jul 23 19:48:24 2005 +0000
@@ -70,7 +70,7 @@
 
 		return false;
 	}
-};
+}
 
 #if 0
 static uint NTPHash(uint key1, uint key2)
@@ -127,7 +127,7 @@
 
 	// return the tile of our target coordinates
 	return TileXY(x, y);
-};
+}
 
 /* On PBS pathfinding runs, this is called before pathfinding ends (BeforeExit aystar callback), and will
  * reserve the appropriate tracks, if needed. */