[gnome-chess] src/gnome-chess.vala: Fix typo



commit 50ec9dc4c8ee3ac3a372cb9a93f37f46fa202df9
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Feb 26 23:18:39 2017 +0000

    src/gnome-chess.vala: Fix typo

 src/gnome-chess.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 0557c9f..72a8b83 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1147,7 +1147,7 @@ Copyright © 2015–2016 Sahil Sareen""";
         model.remove (ref iter);
 #else
         model.remove (iter);
-#fi
+#endif
 
         /* Always undo from the most recent move */
         scene.move_number = -1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]