aboutsummaryrefslogtreecommitdiffstats
path: root/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index e045b53..ba9b177 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -350,7 +350,7 @@ prelink_load_cache (void)
ents[i]->flags = cache->entry[i].flags;
if (ents[i]->flags == PCF_UNPRELINKABLE)
- ents[i]->type = (quick || print_cache) ? ET_UNPRELINKABLE : ET_NONE;
+ ents[i]->type = (quick || print_cache) ? ET_UNPRELINKABLE : ET_NONE;
/* If mtime is equal to ctime, assume the filesystem does not store
ctime. */