diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
---|---|---|
committer | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
commit | 031996ef501f8c3d0532f7df1c38cf2e540a4f11 (patch) | |
tree | 27217d793b273edadc969aa3110378aac3c36e9c /tests/Test_choice.c | |
parent | 26bea900a531662c6028ecc06f4adea825658434 (diff) | |
download | libtasn1-031996ef501f8c3d0532f7df1c38cf2e540a4f11.tar.gz libtasn1-031996ef501f8c3d0532f7df1c38cf2e540a4f11.tar.bz2 libtasn1-031996ef501f8c3d0532f7df1c38cf2e540a4f11.zip |
Imported Upstream version 4.19.0upstream/4.19.0upstream
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; |