Gave structure defining Mif_Complex_t a name so that it could be forward referenced.

This commit is contained in:
Jim Monte 2020-01-12 21:06:14 -05:00 committed by Holger Vogt
parent bfe660e57b
commit d254b6c97e
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ typedef enum {
* Complex numbers
*/
typedef struct {
typedef struct Mif_Complex {
double real;
double imag;