new developer release
[xboard.git] / xgamelist.c
index c23bf6f..4eb1d38 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xgamelist.c -- Game list window, part of X front end for XBoard
  *
- * Copyright 1995,2009 Free Software Foundation, Inc.
+ * Copyright 1995, 2009, 2010 Free Software Foundation, Inc.
  * ------------------------------------------------------------------------
  *
  * GNU XBoard is free software: you can redistribute it and/or modify
@@ -643,6 +643,7 @@ void GLT_AddToList(char *name)
 Boolean GLT_GetFromList(int index, char *name)
 {
     strcpy(name, strings[index]);
+    return TRUE;
 }
 
 void GLT_DeSelectList()