mirror of
https://github.com/revanced/smali.git
synced 2025-05-11 11:54:29 +02:00
Fixed an issue with the template that prevented baksmali from working
git-svn-id: https://smali.googlecode.com/svn/trunk@234 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
f1e5086830
commit
2062d413eb
@ -5,9 +5,9 @@ smaliFile(classDef) ::=
|
||||
.class <classDef.AccessFlags: {<it> }><classDef.ClassType>
|
||||
<if(classDef.SuperType)>
|
||||
.super <classDef.SuperType>
|
||||
</n>
|
||||
<endif>
|
||||
<if(classDef.SourceFile)>
|
||||
|
||||
.source "<classDef.SourceFile>"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user