diff options
author | rbuj <[email protected]> | 2022-07-24 23:02:16 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-03-22 03:51:47 +0000 |
commit | a36c201627e687e99d1c8b8f3b32e864cede7662 (patch) | |
tree | d6c54299ef53092872a07d860bc0d963de6fb0f8 | |
parent | 16ef96fa57c1e1f550b9de13f4d87ad4c5ce9452 (diff) | |
download | engrampa-a36c201627e687e99d1c8b8f3b32e864cede7662.tar.bz2 engrampa-a36c201627e687e99d1c8b8f3b32e864cede7662.tar.xz |
fr-command-rar: Parameter 'line' can be declared with const
-rw-r--r-- | src/fr-command-rar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 0565eca..d6a724e 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -126,7 +126,7 @@ mktime_from_string (const char *date_s, } static gboolean -attribute_field_with_space (char *line) +attribute_field_with_space (const char *line) { /* sometimes when the archive is encrypted the attributes field is * like this: "* ..A...." |