diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-28 14:45:33 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-28 14:45:33 +0100 |
commit | 960d3dbed1c332c4a978004b2899cbe3e7bc7904 (patch) | |
tree | 8bafc50415b1caa27cf8e54eca204487abaadc73 /tests | |
parent | d2ae7d7e3cd78652f5a08437d7e30adac575cad4 (diff) | |
download | libtasn1-960d3dbed1c332c4a978004b2899cbe3e7bc7904.tar.gz libtasn1-960d3dbed1c332c4a978004b2899cbe3e7bc7904.tar.bz2 libtasn1-960d3dbed1c332c4a978004b2899cbe3e7bc7904.zip |
cleaned up code
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_choice.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Test_choice.c b/tests/Test_choice.c index 7c41837..07da57e 100644 --- a/tests/Test_choice.c +++ b/tests/Test_choice.c @@ -3,12 +3,11 @@ #include <libtasn1.h> int -main () +main (int argc, char** argv) { int result = 0; asn1_node definitions = NULL, node1 = NULL, node2 = NULL; char errorDescription[ASN1_MAX_ERROR_DESCRIPTION_SIZE]; - unsigned i; char data[1024]; int data_size = sizeof (data); |