From 5ef616cd5ec8d604bb5cdd14bb644a9c0b0c1bca Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 28 Apr 2003 06:18:44 +0000 Subject: Fix compiler warning. (This used to be commit 6a783ca81cead3eed556570152608fd7a224f1ee) --- source3/utils/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 88913c8051..ddb7053cdb 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -656,7 +656,7 @@ static BOOL test_ntlm(void) */ struct ntlm_tests { - BOOL (*fn)(); + BOOL (*fn)(void); const char *name; } test_table[] = { {test_lm, "test LM"}, -- cgit