From 2e57ba16f3d9a10072c89ce9a57a8714530eb03e Mon Sep 17 00:00:00 2001 From: Felix Wallin Date: Thu, 23 Dec 2010 21:53:18 +0100 Subject: [PATCH] small fix for indention --- includes/powder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/powder.h b/includes/powder.h index 27586f807..44f3f8374 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;