Skip to content

Commit 0e5bee0

Browse files
committed
fix idb_import plugin name
1 parent 79f8e2d commit 0e5bee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/idb_import/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ pub extern "C" fn CorePluginInit() -> bool {
460460
c"Convert and import a TIL file into a TypeLibrary",
461461
LoadTilFile,
462462
);
463-
DebugInfoParser::register(c"idb_parser", IDBDebugInfoParser);
464-
DebugInfoParser::register(c"til_parser", TILDebugInfoParser);
463+
DebugInfoParser::register(c"IDB Parser", IDBDebugInfoParser);
464+
DebugInfoParser::register(c"TIL Parser", TILDebugInfoParser);
465465
true
466466
}

0 commit comments

Comments
 (0)