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 99b4d8c11..b73c7ac31 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -15569,7 +15569,7 @@ void clif_font(struct map_session_data *sd)
* Instancing Window
*------------------------------------------*/
int clif_instance(int instance_id, int type, int flag) {
- struct map_session_data *sd;
+ struct map_session_data *sd = NULL;
unsigned char buf[255];
enum send_target target = PARTY;