aboutsummaryrefslogtreecommitdiff
path: root/andy.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-11-07 21:02:24 +0000
committerrodri <rgl@antares-labs.eu>2024-11-07 21:02:24 +0000
commit823f61432e47e648de28e7b701495572665b4e5f (patch)
tree89ab5fa8e2106fddd66e70cf2fc1fb3e531e5540 /andy.c
parent14f6cbebf7ad394f1b104b99c3ef788ce1eebddc (diff)
downloadbattleship-823f61432e47e648de28e7b701495572665b4e5f.tar.gz
battleship-823f61432e47e648de28e7b701495572665b4e5f.tar.bz2
battleship-823f61432e47e648de28e7b701495572665b4e5f.zip
andy: remove useless return.
Diffstat (limited to 'andy.c')
-rw-r--r--andy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/andy.c b/andy.c
index a1de23d..564b30b 100644
--- a/andy.c
+++ b/andy.c
@@ -54,7 +54,6 @@ getnextfreecell(Map *m)
* the game's still going, so something went wrong.
*/
abort();
- return Pt2(0,0,0);
}
static void