Skip to content

Commit 608eb85

Browse files
committed
Fix inconsistent feature name
The backward Zx0 cruncher is enabled by the zx0 feature everywhere else
1 parent 4237491 commit 608eb85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpclib-crunch/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pub fn process(args: CrunchArgs, o: &dyn EventObserver) -> Result<(), String> {
198198
Cruncher::Zx0 => CompressMethod::Zx0,
199199
#[cfg(feature = "upkr")]
200200
Cruncher::Upkr => CompressMethod::Upkr,
201-
#[cfg(feature = "backward_zx0")]
201+
#[cfg(feature = "zx0")]
202202
Cruncher::BackwardZx0 => CompressMethod::BackwardZx0
203203
};
204204

0 commit comments

Comments
 (0)