mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v1.06] Remove soc_ prefix from field names in system_on_chip struct
This commit is contained in:
@@ -35,10 +35,10 @@ enum {
|
||||
};
|
||||
|
||||
struct system_on_chip {
|
||||
SOC soc_model;
|
||||
VENDOR soc_vendor;
|
||||
SOC model;
|
||||
VENDOR vendor;
|
||||
int32_t process;
|
||||
char* soc_name;
|
||||
char* name;
|
||||
char* raw_name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user