From d7396702bf68b097a475e9d1d52ba118b25a48a6 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 4 Apr 2013 12:19:20 +0200 Subject: [PATCH] Fix typo. --- tests/test_args_to_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5