diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ykfde-cpio.c | 2 | ||||
-rw-r--r-- | bin/ykfde.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ykfde-cpio.c b/bin/ykfde-cpio.c index 371198e..c4a9d92 100644 --- a/bin/ykfde-cpio.c +++ b/bin/ykfde-cpio.c @@ -118,7 +118,7 @@ int main(int argc, char **argv) { goto out10; } - while (1) { + while (1) { path = strdup(CHALLENGEDIR + 1); if (strstr(path + pathlength, "/") == NULL) break; diff --git a/bin/ykfde.c b/bin/ykfde.c index 05a96b3..209d5ce 100644 --- a/bin/ykfde.c +++ b/bin/ykfde.c @@ -320,7 +320,7 @@ int main(int argc, char **argv) { * We expect this to be active (or busy). It is the actual root device, no? */ cryptstatus = crypt_status(cryptdevice, device_name); if (cryptstatus != CRYPT_ACTIVE && cryptstatus != CRYPT_BUSY) { - fprintf(stderr, "Device %s is invalid or inactive.\n", device_name); + fprintf(stderr, "Device %s is invalid or inactive.\n", device_name); goto out50; } |