From eb96015364404d7f79fc75fc6b2673b9688c0fec Mon Sep 17 00:00:00 2001 From: ko1N Date: Fri, 27 Nov 2020 23:25:45 +0100 Subject: [PATCH] Fixed typo --- memflow-pcileech/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memflow-pcileech/src/lib.rs b/memflow-pcileech/src/lib.rs index 123b2f5..083abba 100644 --- a/memflow-pcileech/src/lib.rs +++ b/memflow-pcileech/src/lib.rs @@ -338,7 +338,7 @@ impl PhysicalMemory for PciLeech { } /// Creates a new PciLeech Connector instance. -#[connector(name = "pcileech", ty = " PciLeech")] +#[connector(name = "pcileech", ty = "PciLeech")] pub fn create_connector(args: &ConnectorArgs) -> Result { let device = args .get("device")