diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-23 20:53:18 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-23 20:53:18 (GMT) |
| commit | 2e57ba16f3d9a10072c89ce9a57a8714530eb03e (patch) | |
| tree | 2c6981f364dd1995170128f497175901fafcb3ae /includes | |
| parent | bd9b01c3e21bde2065193a48bd7d4f9678de765e (diff) | |
| download | powder-2e57ba16f3d9a10072c89ce9a57a8714530eb03e.zip powder-2e57ba16f3d9a10072c89ce9a57a8714530eb03e.tar.gz | |
small fix for indention
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 27586f8..44f3f83 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -240,7 +240,7 @@ struct part_type unsigned char hconduct; const char *descs; const unsigned short properties; - int (*update_func) (int); + int (*update_func) (int); }; typedef struct part_type part_type; |
