diff --git a/src/nms.h b/src/nms.h index 7ce9b18..9a862fc 100644 --- a/src/nms.h +++ b/src/nms.h @@ -32,8 +32,8 @@ struct winpos { }; // Globals -char nmsprintBuffer[10000]; -char *display = NULL; +static char nmsprintBuffer[10000]; +static char *display = NULL; // Function prototypes void nmsprintf(const char *, ...);