]> Nishi Git Mirror - sp.git/commitdiff
.
author諏訪子 <suwako@076.moe>
Tue, 21 May 2024 18:53:43 +0000 (03:53 +0900)
committer諏訪子 <suwako@076.moe>
Tue, 21 May 2024 18:53:43 +0000 (03:53 +0900)
main.c

diff --git a/main.c b/main.c
index 23485f4eaf9387a4dbdcf74d4bd2355b3fa65d9f..44d5d080d410f08dfcf4fa9d8361dd224154d655 100644 (file)
--- a/main.c
+++ b/main.c
@@ -84,8 +84,7 @@ int main(int argc, char *argv[]) {
     else if (strcmp(argv[1], "-e") == 0) {
       delpass(argv[2], 1);
       addpass(argv[2]);
-    }
-    else if (strcmp(argv[1], "-o") == 0) {
+    } else if (strcmp(argv[1], "-o") == 0) {
       char *fullPath = getfullpath(argv[2]);
       if (fullPath == NULL) return -1;
       otppass(fullPath);