summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index fefb5afc2..1192fcf8f 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10117,7 +10117,7 @@ void clif_parse_WisMessage(int fd, struct map_session_data* sd)
return;
}
} else if( target[0] == '#' ) {
- struct hChSysCh *channel;
+ struct hChSysCh *channel = NULL;
char* chname = target;
chname++;