From ab46761b4c59c44617e0c257533e2a6d8267675b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 1 Oct 2015 23:15:31 +0300 Subject: Add missing post suffix. --- src/emap/pc.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/emap/pc.c') diff --git a/src/emap/pc.c b/src/emap/pc.c index 9a22d2f..c4db70b 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -348,13 +348,13 @@ int epc_check_job_name(const char *name) return -1; } -int epc_setnewpc(int retVal, struct map_session_data *sd, - int *account_id __attribute__ ((unused)), - int *char_id __attribute__ ((unused)), - int *login_id1 __attribute__ ((unused)), - unsigned int *client_tick __attribute__ ((unused)), - int *sex __attribute__ ((unused)), - int *fd __attribute__ ((unused))) +int epc_setnewpc_post(int retVal, struct map_session_data *sd, + int *account_id __attribute__ ((unused)), + int *char_id __attribute__ ((unused)), + int *login_id1 __attribute__ ((unused)), + unsigned int *client_tick __attribute__ ((unused)), + int *sex __attribute__ ((unused)), + int *fd __attribute__ ((unused))) { if (sd) { -- cgit v1.2.3-60-g2f50