From a2fcc1bf288c5162de7b2158166de62cb0610083 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 11 Feb 2021 21:22:06 +0100 Subject: =?UTF-8?q?Small=20fixes=20=E2=99=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index c221f3b6..ae655253 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,7 +65,7 @@ fn main() -> anyhow::Result<()> { } } - let pdf_data = pdf::export(&frames, &env); + let pdf_data = pdf::export(&env, &frames); fs::write(&dest_path, pdf_data).context("Failed to write PDF file.")?; Ok(()) -- cgit v1.2.3