diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ void LoadDriver(int driver, const char *name) static const char* GetDriverParam(const char* const* parm, const char* name) { - uint len; + size_t len; if (parm == NULL) return NULL; |