diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h index ccd7000..1fb7b45 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -212,7 +212,7 @@ struct particle float pavg[2]; int flags; int tmp; - (void) (*update_func) (); + void (*update_func) (); }; typedef struct particle particle; |
