Fix error that compiler does not notice
[xboard.git] / xgamelist.c
index aa7c6a2..4eb1d38 100644 (file)
@@ -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()