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>
Thu, 26 Mar 2009 08:54:51 +0000 (09:54 +0100)
metze

lib/krb5/error_string.c

index c1dccffb437529be34ee1e7055503e960c1bf328..d602c4b0e1b760645ad5e3d3c54eabedc8899b7b 100644 (file)
@@ -276,7 +276,7 @@ void KRB5_LIB_FUNCTION
 krb5_clear_error_string(krb5_context context)
      KRB5_DEPRECATED
 {
-    return krb5_clear_error_message(context);
+    krb5_clear_error_message(context);
 }
 
 #endif /* !HEIMDAL_SMALLER */