[v1.03] Lets follow the function prototype rules

This commit is contained in:
Dr-Noob
2023-04-13 17:45:32 +02:00
parent 99fd108d0f
commit 5dd6ab60cb
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ char* get_uarch_from_cpuinfo(void) {
return parse_cpuinfo_field(CPUINFO_UARCH_STR);
}
char* get_extensions_from_cpuinfo() {
char* get_extensions_from_cpuinfo(void) {
return parse_cpuinfo_field(CPUINFO_EXTENSIONS_STR);
}