The only thing it broke was compilation, fixed

This commit is contained in:
Felix Wallin 2010-12-14 17:10:34 +01:00
parent 455b27e3ce
commit 4220fd8e35

View File

@ -212,7 +212,7 @@ struct particle
float pavg[2]; float pavg[2];
int flags; int flags;
int tmp; int tmp;
(void) (*update_func) (); void (*update_func) ();
}; };
typedef struct particle particle; typedef struct particle particle;