[gnome-chess] Fix commit 3760a9c
- From: Sahil Sareen <ssareen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Fix commit 3760a9c
- Date: Sat, 14 Feb 2015 17:53:34 +0000 (UTC)
commit 9b9e47a2415b4654283164efe6feab4ccab0dfc2
Author: Sahil Sareen <sahil sareen hotmail com>
Date: Sat Feb 14 23:20:54 2015 +0530
Fix commit 3760a9c
lib/chess-player.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/chess-player.vala b/lib/chess-player.vala
index ab15c7a..70269d6 100644
--- a/lib/chess-player.vala
+++ b/lib/chess-player.vala
@@ -57,7 +57,7 @@ public class ChessPlayer : Object
move += "=N";
break;
case PieceType.ROOK:
- move += "=R"
+ move += "=R";
break;
case PieceType.BISHOP:
move += "=B";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]