Minor formatting changes.

This commit is contained in:
Peter Goodman
2018-02-06 12:18:06 +08:00
parent d227cc7f34
commit 1aa468dabc
2 changed files with 22 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ enum {
static struct DeepState_Option *DeepState_Options = NULL;
int DeepState_OptionsAreInitialized = 0;
static const char DeepState_FakeSpace = ' ' | 0x80;
static const char DeepState_FakeSpace = ' ' | ((char) 0x80);
/* Copy of the option string. */
static int DeepState_OptionStringLength = 0;