[aisleriot] forty thieves: Don't try to call a string.
- From: Vincent Povirk <vpovirk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] forty thieves: Don't try to call a string.
- Date: Sat, 8 Oct 2011 01:39:35 +0000 (UTC)
commit 0f83658d3f5c9724fba194108db13e3f1437ef57
Author: Vincent Povirk <madewokherd gmail com>
Date: Fri Oct 7 20:38:53 2011 -0500
forty thieves: Don't try to call a string.
games/forty_thieves.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/games/forty_thieves.scm b/games/forty_thieves.scm
index 3ff09a7..6c66028 100644
--- a/games/forty_thieves.scm
+++ b/games/forty_thieves.scm
@@ -393,7 +393,7 @@
(list 2 (get-name (get-top-card (car (cdr move))))
(make-destination-hint (car (reverse move)))
)
- (list 0 ("Bug! make-hint called on false move.") )
+ (list 0 "Bug! make-hint called on false move.")
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]