summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/spells2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 1bc2ee76db..fd4116f879 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1225,7 +1225,6 @@ bool cast_call_canine_familiar(int pow, god_type god)
success = true;
mpr("A canine appears!");
-
}
else
canned_msg(MSG_NOTHING_HAPPENS);
@@ -1969,7 +1968,7 @@ void path_distance(coord_def & origin,
}
}
}
- } // end while
+ }
}
// so we are basically going to compute point to point distance between