summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
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;