mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
changed EC to None from No
This commit is contained in:
parent
2481e9f7d2
commit
403bc46f6d
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -8183,7 +8183,7 @@ get_ram_data()
|
|||
if ( $1 == "Error Correction Type") {
|
||||
errorCorrection=$2
|
||||
if ( errorCorrection == "" ){
|
||||
errorCorrection="No"
|
||||
errorCorrection="None"
|
||||
}
|
||||
}
|
||||
if ( $1 == "Number of Devices") {
|
||||
|
|
Loading…
Add table
Reference in a new issue