]> err.no Git - yubikey-personalization/commitdiff
remove init of char to NULL, removes warning.
authorKlas Lindfors <klas@yubico.com>
Mon, 18 Jun 2012 06:03:07 +0000 (08:03 +0200)
committerKlas Lindfors <klas@yubico.com>
Mon, 18 Jun 2012 06:03:07 +0000 (08:03 +0200)
ykpersonalize.c

index 6c4d24df16c4ec645a2f8ee246947cbd9f83e141..0ec078407a7d9b636db409dba15b8ad38139b7fb 100644 (file)
@@ -66,7 +66,7 @@ int main(int argc, char **argv)
        /* Options */
        char *salt = NULL;
        char ndef_string[128] = {0};
-       char ndef_type = NULL;
+       char ndef_type;
 
        bool error = false;
        int exit_code = 0;