From 7cdbb805d9f230b2cf00150884dc3fa4fbcde16f Mon Sep 17 00:00:00 2001 From: BlockMen Date: Sat, 12 Apr 2014 17:36:40 +0200 Subject: Fix MSVC build --- src/clientiface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clientiface.h') diff --git a/src/clientiface.h b/src/clientiface.h index 13bb45a84..95f8bd305 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -153,7 +153,7 @@ enum ClientState Active }; -static const char** statenames = (const char*[]) { +static const char* statenames[] = { "Invalid", "Disconnecting", "Denied", -- cgit v1.2.3