diff options
author | Laurent Napias <[email protected]> | 2019-06-29 10:46:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-01 18:38:12 +0200 |
commit | 3c4165189dce94303efa1744ecfd6c728d2db5ec (patch) | |
tree | fd104044ae3a367b25558053c4610490bb013680 /src/fr-command-rar.c | |
parent | e48cd4649f7a448ed585634e206347cab5b86051 (diff) | |
download | engrampa-3c4165189dce94303efa1744ecfd6c728d2db5ec.tar.bz2 engrampa-3c4165189dce94303efa1744ecfd6c728d2db5ec.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'src/fr-command-rar.c')
-rw-r--r-- | src/fr-command-rar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 3b0d79b..5fe4c7b 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -89,7 +89,7 @@ Details: RAR 4 Attributes Size Packed Ratio Date Time Checksum Name ----------- --------- -------- ----- -------- ----- -------- ---- -rw-rw-r-- 3165 1310 41% 07-03-17 21:34 888D50B3 loremipsum.txt - -rw-rw-r-- 0 8 0% 07-03-17 21:36 00000000 file2.empty + -rw-rw-r-- 0 8 0% 07-03-17 21:36 00000000 file2.empty ----------- --------- -------- ----- -------- ----- -------- ---- 3165 1318 41% 2 @@ -702,7 +702,7 @@ fr_command_rar_handle_error (FrCommand *comm, error->type = FR_PROC_ERROR_ASK_PASSWORD; break; } - + if (strncmp (line, "Unexpected end of archive", 25) == 0) { /* FIXME: handle this type of errors at a higher level when the freeze is over. */ } |