commit | fc5a1d160aa072037409bb39ad26a5ff2b90e8dd | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Nov 22 10:00:27 2021 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 15 11:36:42 2022 +0100 |
tree | 4c9592698a80d4afbc938c9a795f0eb457e58706 | |
parent | f8b1b0d85d91f48b8836483efbca8867cf8169a2 [diff] [blame] |
yanglint REFACTOR minor changes
diff --git a/tools/lint/common.h b/tools/lint/common.h index 2e25c09..72ce1bd 100644 --- a/tools/lint/common.h +++ b/tools/lint/common.h
@@ -48,7 +48,7 @@ * @brief Storage for the list of the features (their names) in a specific YANG module. */ struct schema_features { - char *module; + char *mod_name; char **features; };