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:
JesusFreke@JesusFreke.com 2009-07-03 18:55:36 +00:00
parent f1e5086830
commit 2062d413eb

View File

@ -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>"