From: Simon Josefsson Date: Thu, 4 Apr 2013 10:19:20 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v1.13.0~73 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7396702bf68b097a475e9d1d52ba118b25a48a6;p=yubikey-personalization Fix typo. --- diff --git a/tests/test_args_to_config.c b/tests/test_args_to_config.c index 7e43873..37c3a1a 100644 --- a/tests/test_args_to_config.c +++ b/tests/test_args_to_config.c @@ -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;