Making global vars static
modified: src/nms.h
This commit is contained in:
parent
e2ab6966a7
commit
00dd424e9b
@ -32,8 +32,8 @@ struct winpos {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Globals
|
// Globals
|
||||||
char nmsprintBuffer[10000];
|
static char nmsprintBuffer[10000];
|
||||||
char *display = NULL;
|
static char *display = NULL;
|
||||||
|
|
||||||
// Function prototypes
|
// Function prototypes
|
||||||
void nmsprintf(const char *, ...);
|
void nmsprintf(const char *, ...);
|
||||||
|
Loading…
Reference in New Issue
Block a user