]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix typo in 1eef4547400f2ba0c49db4a47e0413612b81cc43
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 14 Sep 2015 17:48:42 +0000 (19:48 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 14 Sep 2015 17:48:42 +0000 (19:48 +0200)
ccache.c

index ca7097740ffab79ed52fabee4bff0aa8f5214155..79ae0e83fabea31a355779a4dbec14430329c1e9 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -805,7 +805,7 @@ put_file_in_cache(const char *source, const char *dest)
                ret = link(source, dest);
        } else {
                ret = copy_file(
-                       source, dest, conf->compression ? conf->compress_level : 0);
+                       source, dest, conf->compression ? conf->compression_level : 0);
        }
        if (ret != 0) {
                cc_log("Failed to %s %s to %s: %s",