summaryrefslogtreecommitdiff
path: root/lib/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/errors.c')
-rw-r--r--lib/errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/errors.c b/lib/errors.c
index cee74da..aef5dfe 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2014 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2022 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
@@ -21,7 +21,7 @@
#include <int.h>
#ifdef STDC_HEADERS
-#include <stdarg.h>
+# include <stdarg.h>
#endif
#define LIBTASN1_ERROR_ENTRY(name) { #name, name }