]> git.samba.org - tprouty/samba.git/commitdiff
heimdal: void functions should not return a value
authorStefan Metzmacher <metze@samba.org>
Sat, 31 Jan 2009 07:53:26 +0000 (08:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 31 Jan 2009 07:54:01 +0000 (08:54 +0100)
metze

source4/heimdal/lib/krb5/error_string.c

index db2df4798c365a4149240a659b22d41309868f34..6374fa17aef669c2c91c9aac90d5aae9271e1d2d 100644 (file)
@@ -271,7 +271,7 @@ void KRB5_LIB_FUNCTION
 krb5_clear_error_string(krb5_context context)
      __attribute__((deprecated))
 {
-    return krb5_clear_error_message(context);
+    krb5_clear_error_message(context);
 }
 
 #endif /* !HEIMDAL_SMALLER */