Fix compiler warnings related to 'const'
This commit is contained in:
@@ -52,7 +52,7 @@ WSADATA wsaData;
|
||||
|
||||
struct client_state {
|
||||
int finished;
|
||||
char *message;
|
||||
const char *message;
|
||||
int has_discovered_target;
|
||||
char *target_name;
|
||||
char *target_address;
|
||||
|
||||
Reference in New Issue
Block a user