Since return is inconsistent, I removed unnecessary parentheses and
[openssl.git] / apps / apps.c
index 6f932493910df245e9d8a5a53231b1b73242a09e..16c99aae5bf1fa1b37e8ab779be73453cb830c9d 100644 (file)
@@ -109,13 +109,13 @@ int chopup_args(ARGS *arg, char *buf)
         }
     }
     arg->argv[arg->argc] = NULL;
-    return (1);
+    return 1;
 }
 
 #ifndef APP_INIT
 int app_init(long mesgwin)
 {
-    return (1);
+    return 1;
 }
 #endif