summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index ee28d8d3e..6d08da918 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -2384,7 +2384,7 @@ int pc_additem(struct map_session_data *sd,struct item *item_data,int amount)
{
struct item_data *data;
int i;
- int w;
+ unsigned int w;
nullpo_retr(1, sd);
nullpo_retr(1, item_data);