changed EC to None from No

This commit is contained in:
inxi-svn 2014-08-13 21:13:19 +00:00
parent 2481e9f7d2
commit 403bc46f6d

2
inxi
View file

@ -8183,7 +8183,7 @@ get_ram_data()
if ( $1 == "Error Correction Type") { if ( $1 == "Error Correction Type") {
errorCorrection=$2 errorCorrection=$2
if ( errorCorrection == "" ){ if ( errorCorrection == "" ){
errorCorrection="No" errorCorrection="None"
} }
} }
if ( $1 == "Number of Devices") { if ( $1 == "Number of Devices") {