From 7f2faaf1a4b8abbcbce2c137d7d6cfa37ca1e581 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 25 Jan 2011 16:16:47 +0100 Subject: use renamed function card_stack_clear --- src/card_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/card_stack.c') diff --git a/src/card_stack.c b/src/card_stack.c index f3bd217..b5cfa8a 100644 --- a/src/card_stack.c +++ b/src/card_stack.c @@ -58,7 +58,7 @@ void card_stack_push(card_stack_t *cs, const card c) } /** - * Replaces a card stack with a single card. All cards within the card stack will be removed adn the first card will be set to a given card. + * Replaces a card stack with a single card. All cards within the card stack will be removed and the first card will be set to a given card. * @param[in] cs The card stack to replace * @param[in] new_card The new first card */ -- cgit v1.2.3