[librsvg: 2/13] add missing ; and confirm successful compilation on windows
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 2/13] add missing ; and confirm successful compilation on windows
- Date: Mon, 12 Apr 2021 16:15:01 +0000 (UTC)
commit a5c6a7b2ed4f906844d67038d59e3512b9ab2a3e
Author: Abraham Toriz <categulario gmail com>
Date: Sun Apr 11 20:30:26 2021 -0500
add missing ; and confirm successful compilation on windows
src/bin/rsvg-convert.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/bin/rsvg-convert.rs b/src/bin/rsvg-convert.rs
index aa69b562..4fb6f4c3 100644
--- a/src/bin/rsvg-convert.rs
+++ b/src/bin/rsvg-convert.rs
@@ -18,7 +18,7 @@ mod windows_imports {
}
#[cfg(windows)]
-use self::windows_imports::*
+use self::windows_imports::*;
use librsvg::rsvg_convert_only::{LegacySize, PathOrUrl};
use librsvg::{CairoRenderer, Color, Loader, Parse, RenderingError};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]