Commit 34bedf88c668bfc4057e8ea64a5c29f911b4499d

Kano 2013-06-23T07:16:46

set MSG_ASCUSBNODEV always defined

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/api.c b/api.c
index 88f0f21..31240dd 100644
--- a/api.c
+++ b/api.c
@@ -410,8 +410,8 @@ static const char *JSON_PARAMETER = "parameter";
 #define MSG_ASCUNW 112
 #define MSG_ASCIDENT 113
 #define MSG_ASCNOID 114
-#define MSG_ASCUSBNODEV 115
 #endif
+#define MSG_ASCUSBNODEV 115
 
 enum code_severity {
 	SEVERITY_ERR,