Fix enum name

This commit is contained in:
Cuyler36
2023-05-19 15:37:31 -04:00
parent b0bf992112
commit 4631f52ac9
+1 -1
View File
@@ -87,7 +87,7 @@ enum fish_type {
/* number of terms in a given month */
enum fish_term {
aSOG_TERM_0,
aSOG_TERM1,
aSOG_TERM_1,
aSOG_TERM_NUM
};