mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-17 09:31:48 +08:00
Windows: Fix enum name
This commit is contained in:
committed by
Roger Light
parent
e27ee2b4f5
commit
8a67d1bb51
@@ -34,7 +34,7 @@ Contributors:
|
||||
#include "config.h"
|
||||
|
||||
|
||||
static const char *msig_to_string(enum mosq_sig msig)
|
||||
static const char *msig_to_string(enum mosq_signal msig)
|
||||
{
|
||||
switch(msig){
|
||||
case MSIG_CONFIG_RELOAD:
|
||||
|
||||
Reference in New Issue
Block a user