mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-18 01:21:45 +01:00
Addressed several compiler warnings.
This commit is contained in:
@@ -191,7 +191,7 @@ typedef struct
|
||||
{
|
||||
const char *pName; /* The name of the MSSP variable */
|
||||
const char *pValue; /* The value of the MSSP variable */
|
||||
const char *(*pFunction)();/* Optional function to return the value */
|
||||
const char *(*pFunction)(void); /* Optional function to return the value */
|
||||
} MSSP_t;
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user