From ef9451694e3dee86e86eeaaf5d475b8aaaab05ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 21 Jan 2024 16:16:48 +0100 Subject: [PATCH] linkreport command stub --- .../src/com/jpexs/decompiler/flash/cli/commands/LinkReport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/LinkReport.java b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/LinkReport.java index edc1525b5..14d3b2e7e 100644 --- a/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/LinkReport.java +++ b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/LinkReport.java @@ -44,7 +44,7 @@ public class LinkReport implements Runnable { paramLabel = "IN_FILE", description = "Input file" ) - String inFile; + String inFile; @Override public void run() {