File xgalaga-2.0.34-strict_alias.patch of Package xgalaga
--- libsprite/scroll.c
+++ libsprite/scroll.c
@@ -13,7 +13,7 @@
char *newstring;
int count;
- strings = (struct stringList **) & (win->data);
+ strings = &(win->data);
count = 0;
while ((*strings) != NULL) {
count++;