summaryrefslogtreecommitdiff
path: root/src/q_eol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_eol.cc')
-rw-r--r--src/q_eol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_eol.cc b/src/q_eol.cc
index 24825da3..ae1cd96a 100644
--- a/src/q_eol.cc
+++ b/src/q_eol.cc
@@ -125,7 +125,7 @@ static bool_ quest_eol_finish_hook(void *, void *in_, void *)
object_aware(q_ptr);
object_known(q_ptr);
q_ptr->ident |= IDENT_STOREB;
- (void)inven_carry(q_ptr, FALSE);
+ inven_carry(q_ptr, FALSE);
/* Continue the plot */
*(quest[q_idx].plot) = QUEST_NIRNAETH;