Minor fixes.

This commit is contained in:
Alessio Di Mauro
2015-09-17 17:05:29 +02:00
parent bae1005fb4
commit 4b668502ee
3 changed files with 5 additions and 6 deletions
-1
View File
@@ -2,7 +2,6 @@
#include <string.h>
vendor_id_t get_vendor_id(char *vendor_name) {
vendor_id_t vid;
if (strstr(vendor_name, "Yubico") != NULL)
return YUBICO;