summaryrefslogtreecommitdiff
path: root/lib/errors.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-17 19:03:30 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-17 19:03:30 +0100
commit7a345f9026677dc52241d93e2d1180f9436b07ab (patch)
treecb996f282a5602efcd7b60e1073f488b92d59c1c /lib/errors.c
parent563a142600a37252a295a1b7cbbca5b59c438950 (diff)
downloadlibtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.gz
libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.bz2
libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.zip
Fix more warnings.
Diffstat (limited to 'lib/errors.c')
-rw-r--r--lib/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errors.c b/lib/errors.c
index 29e08dc..9524fe1 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -54,7 +54,7 @@ static const libtasn1_error_entry error_algorithms[] = {
LIBTASN1_ERROR_ENTRY (ASN1_NAME_TOO_LONG),
LIBTASN1_ERROR_ENTRY (ASN1_ARRAY_ERROR),
LIBTASN1_ERROR_ENTRY (ASN1_ELEMENT_NOT_EMPTY),
- {0}
+ {0, 0}
};
/**