]> err.no Git - yubikey-personalization/commitdiff
Fix typo.
authorSimon Josefsson <simon@josefsson.org>
Thu, 4 Apr 2013 10:19:20 +0000 (12:19 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 4 Apr 2013 10:19:20 +0000 (12:19 +0200)
tests/test_args_to_config.c

index 7e438734d65cf28c0491cacad9daa0531583b15d..37c3a1a468973aa6b190df7ecd05ff7d4b452657 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode:C; c-file-style: "bsd" -*- */
 /*
- * Copyright (c) 2011-2012 Yubico AB
+ * Copyright (c) 2011-2013 Yubico AB
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -301,7 +301,7 @@ int _test_non_config_args(void)
        /* Options */
        char *salt = NULL;
        char ndef[128];
-       char ndef_type = NULL;
+       char ndef_type = 0;
        unsigned char usb_mode = -1;
        bool zap = false;