summaryrefslogtreecommitdiffstats
path: root/crypto/comp/comp_err.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-19 21:31:43 +0000
committerUlf Möller <ulf@openssl.org>1999-04-19 21:31:43 +0000
commit6b691a5c85ddc4e407e32781841fee5c029506cd (patch)
tree436f1127406e1cacfe83dfcbfff824d89c47d834 /crypto/comp/comp_err.c
parent3edd7ed15de229230f74c79c3d71e7c9c674cf4f (diff)
Change functions to ANSI C.
Diffstat (limited to 'crypto/comp/comp_err.c')
-rw-r--r--crypto/comp/comp_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c
index e6881591d4..3202068b0e 100644
--- a/crypto/comp/comp_err.c
+++ b/crypto/comp/comp_err.c
@@ -63,7 +63,7 @@
#ifndef NO_ERR
#endif
-void ERR_load__strings()
+void ERR_load__strings(void)
{
static int init=1;