mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 01:27:41 +08:00
Rename struct
This commit is contained in:
@@ -105,10 +105,10 @@ void
|
||||
*
|
||||
* 用于 chsrc ls <target>
|
||||
*/
|
||||
FeatInfo
|
||||
Feature_t
|
||||
<category>_<target>_feat (char *option)
|
||||
{
|
||||
FeatInfo f = {0};
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = false;
|
||||
|
Reference in New Issue
Block a user