Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix MSVC build
  • Loading branch information
BlockMen committed Apr 12, 2014
1 parent 960d731 commit 7cdbb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clientiface.h
Expand Up @@ -153,7 +153,7 @@ enum ClientState
Active
};

static const char** statenames = (const char*[]) {
static const char* statenames[] = {
"Invalid",
"Disconnecting",
"Denied",
Expand Down

0 comments on commit 7cdbb80

Please sign in to comment.