Code cleanup
This commit is contained in:
parent
65845e94d9
commit
80f13fbc22
@ -42,7 +42,8 @@ typedef enum _SETTINGS_TYPE
|
||||
ST_SH
|
||||
} SettingsType;
|
||||
#define ST_LAST ST_SH
|
||||
String * sSettingsType[ST_LAST+1] =
|
||||
#define ST_COUNT (ST_LAST + 1)
|
||||
String * sSettingsType[ST_COUNT] =
|
||||
{
|
||||
"h", "sh"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user