This commit is contained in:
Ellen Arvidsson 2025-04-11 23:22:19 +02:00
parent 8dd2fe0e34
commit 7a245f05cb

View file

@ -30,7 +30,7 @@ struct spho_const_le {
};
SLIST_HEAD(spho_nom_l, struct spho_nom_le);
SLIST_HEAD(spho_const_l, struct spho_const_le);
SLIST_HEAD(spho_nom_l, spho_nom_le);
SLIST_HEAD(spho_const_l, spho_const_le);
#endif