diff options
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r-- | src/dmihelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h index b0816b7..6607dc5 100644 --- a/src/dmihelper.h +++ b/src/dmihelper.h @@ -82,7 +82,7 @@ typedef struct _dmi_minor { typedef struct _options { const char *devmem; unsigned int flags; - u8 *type; + int type; xmlDoc *mappingxml; char *python_xml_map; xmlNode *dmiversion_n; |