diff options
Diffstat (limited to 'tests/Test_choice.c')
-rw-r--r-- | tests/Test_choice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Test_choice.c b/tests/Test_choice.c index 9288ea3..39badb8 100644 --- a/tests/Test_choice.c +++ b/tests/Test_choice.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2014-2022 Free Software Foundation, Inc. * * This file is part of LIBTASN1. * @@ -23,7 +23,7 @@ #include <libtasn1.h> int -main (int argc, char** argv) +main (int argc, char **argv) { int result = 0; asn1_node definitions = NULL, node1 = NULL, node2 = NULL; |