summaryrefslogtreecommitdiff
path: root/src/fr-command-unarchiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-unarchiver.c')
-rw-r--r--src/fr-command-unarchiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-unarchiver.c b/src/fr-command-unarchiver.c
index 5e2acd4..0a40e6b 100644
--- a/src/fr-command-unarchiver.c
+++ b/src/fr-command-unarchiver.c
@@ -242,7 +242,7 @@ fr_command_unarchiver_handle_error (FrCommand *comm,
char *line = scan->data;
if ((strstr (line, "This archive requires a password to unpack.") != NULL) ||
- (strstr (line, "Failed! (Missing or wrong password)") != NULL)) {
+ (strstr (line, "Failed! (Missing or wrong password)") != NULL)) {
error->type = FR_PROC_ERROR_ASK_PASSWORD;
break;