diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index a5699312d..83b874a44 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6176,8 +6176,8 @@ int pc_addeventtimer(struct map_session_data *sd,int tick,const char *name) *------------------------------------------*/ int pc_deleventtimer(struct map_session_data *sd,const char *name) { + char* p = NULL; int i; - char* p; nullpo_retr(0, sd); |