Typo fix - = instead of ==
This commit is contained in:
parent
a918338bdf
commit
20aacb8c6d
@ -506,7 +506,7 @@ gswe_moment_calculate_house_positions(GsweMoment *moment, GError **err)
|
||||
|
||||
// If no house system is set, we need no calculations at all. Just leave
|
||||
// the list empty and return
|
||||
if (moment->priv->house_system = GSWE_HOUSE_SYSTEM_NONE) {
|
||||
if (moment->priv->house_system == GSWE_HOUSE_SYSTEM_NONE) {
|
||||
moment->priv->house_revision = moment->priv->revision;
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user