From 35e6732a899477cc00ef83da2510a0bbda381ce9 Mon Sep 17 00:00:00 2001 From: Bart House Date: Tue, 25 Dec 2018 18:34:00 -0800 Subject: [PATCH] Fix compiler warning. --- src/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decl.c b/src/decl.c index df109b0f4..26b6d99da 100644 --- a/src/decl.c +++ b/src/decl.c @@ -611,7 +611,7 @@ const struct instance_globals g_init = { SELL_NORMAL, /* sell_how */ FALSE, /* auto_credit */ UNDEFINED_VALUES, /* repo */ - UNDEFINED_VALUES, /* followmsg */ + UNDEFINED_VALUE, /* followmsg */ /* sp_lev.c */ NULL, /* lev_message */