mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 04:10:13 +02:00
Fix the output format for the .parameter directive
git-svn-id: https://smali.googlecode.com/svn/trunk@694 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
c1cc0e0934
commit
e861da1285
@ -205,7 +205,7 @@ public class MethodDefinition {
|
||||
writer.write(".parameter");
|
||||
|
||||
if (parameterName != null) {
|
||||
writer.write('"');
|
||||
writer.write(" \"");
|
||||
writer.write(parameterName.getStringValue());
|
||||
writer.write('"');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user