Remove parentheses of return.
[openssl.git] / crypto / comp / c_zlib.c
index f0197b8bab4a7757d2bc95329ab1cea5a35d581a..1270e508345243aa53fef0a4b0e11f001124f19c 100644 (file)
@@ -256,7 +256,7 @@ COMP_METHOD *COMP_zlib(void)
     meth = &zlib_stateful_method;
 #endif
 
-    return (meth);
+    return meth;
 }
 
 void comp_zlib_cleanup_int(void)