diff --git a/lib/ntlm/test_ntlm.c b/lib/ntlm/test_ntlm.c index af5679646..1e31478a2 100644 --- a/lib/ntlm/test_ntlm.c +++ b/lib/ntlm/test_ntlm.c @@ -40,7 +40,7 @@ RCSID("$Id$"); -#include +#include /* or */ #include static int @@ -54,8 +54,7 @@ test_parse(void) struct ntlm_type2 type2; struct ntlm_type3 type3; struct ntlm_buf data; - krb5_error_code ret; - int flags; + int ret, flags; memset(&type1, 0, sizeof(type1));