Remove parentheses of return.
[openssl.git] / crypto / idea / i_ecb.c
index 2208287e3216353a3def9b69ceb249606f86ce26..058d0c14c005ab860784191285bf9061fef650ce 100644 (file)
@@ -13,7 +13,7 @@
 
 const char *IDEA_options(void)
 {
-    return ("idea(int)");
+    return "idea(int)";
 }
 
 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out,