1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

api.c fix MSG overlap

This commit is contained in:
Kano 2013-03-04 17:29:58 +11:00
parent be8cadbc46
commit f8e7012d73

2
api.c
View File

@ -398,7 +398,7 @@ static const char *JSON_PARAMETER = "parameter";
#define MSG_HOTPLUG 100
#define MSG_DISHPLG 101
#define MSG_NOHPLG 102
#define MSG_MISHPLG 102
#define MSG_MISHPLG 103
enum code_severity {
SEVERITY_ERR,