From b9804183841afd5381069796096a154edb5b9f53 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 19 May 2007 15:50:41 +0000 Subject: Reformatting @_@ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10581 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/log.c') diff --git a/src/map/log.c b/src/map/log.c index 55124ddca..f6167247e 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -42,7 +42,8 @@ time_t curtime; //12 - Log rare items (if their drop chance <= rare_log ) //check if this item should be logged according the settings -int should_log_item(int filter, int nameid, int amount) { +int should_log_item(int filter, int nameid, int amount) +{ struct item_data *item_data; if ((item_data= itemdb_exists(nameid)) == NULL) return 0; if ((filter&1) || // Filter = 1, we log any item -- cgit v1.2.3-60-g2f50