aboutsummaryrefslogtreecommitdiffstats
path: root/com32/gpllib/dmi
diff options
context:
space:
mode:
Diffstat (limited to 'com32/gpllib/dmi')
-rw-r--r--com32/gpllib/dmi/dmi_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gpllib/dmi/dmi_cache.c b/com32/gpllib/dmi/dmi_cache.c
index 24e564b6..4c3f83ce 100644
--- a/com32/gpllib/dmi/dmi_cache.c
+++ b/com32/gpllib/dmi/dmi_cache.c
@@ -40,7 +40,7 @@ const char *dmi_cache_location(uint8_t code)
static const char *location[4] = {
"Internal", /* 0x00 */
"External",
- NULL, /* 0x02 */
+ "<OUT OF SPEC", /* 0x02 */
"Unknown" /* 0x03 */
};