Browse Source

set MSG_ASCUSBNODEV always defined

Kano 12 years ago
parent
commit
34bedf88c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.c

+ 1 - 1
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,