aboutsummaryrefslogtreecommitdiffstats
path: root/src/import/import-compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/import-compress.c')
-rw-r--r--src/import/import-compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/import-compress.c b/src/import/import-compress.c
index aa837af5659..03f5efa00ec 100644
--- a/src/import/import-compress.c
+++ b/src/import/import-compress.c
@@ -190,7 +190,7 @@ int import_uncompress(ImportCompress *c, const void *data, size_t size, ImportCo
#endif
default:
- assert_not_reached("Unknown compression");
+ assert_not_reached();
}
return 1;