Skip to content
Snippets Groups Projects
Commit 31aab79c authored by deuce's avatar deuce
Browse files

Fix warning.

parent ea2b1682
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ char *pchColorEndPos; ...@@ -133,7 +133,7 @@ char *pchColorEndPos;
BYTE btCurrentStatusLine = STATUS_NONE; BYTE btCurrentStatusLine = STATUS_NONE;
OD_PERSONALITY_CALLBACK *pfCurrentPersonality = NULL; OD_PERSONALITY_CALLBACK *pfCurrentPersonality = NULL;
char szDesiredPersonality[33] = ""; char szDesiredPersonality[33] = "";
extern SET_PERSONALITY_FUNC *pfSetPersonality = NULL; SET_PERSONALITY_FUNC *pfSetPersonality = NULL;
/* Commonly used character sequences. */ /* Commonly used character sequences. */
char abtBlackBlock[2] = {' ', 0x07}; char abtBlackBlock[2] = {' ', 0x07};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment