diff --git a/source/org/thdl/tib/scanner/BinaryFileGenerator.java b/source/org/thdl/tib/scanner/BinaryFileGenerator.java index 68ae631..c725cd0 100644 --- a/source/org/thdl/tib/scanner/BinaryFileGenerator.java +++ b/source/org/thdl/tib/scanner/BinaryFileGenerator.java @@ -86,7 +86,7 @@ instance no shad after a "ga" suffix without a secondary suffix). Each time a new letter starts, it should be clearly marked in brackets ('[', ']'), parenthesis ('(', ')') or llaves ('{','}'). A sample entry for the dictionary is:
-
@1
+
@1
 
 (ka)
 
@@ -94,7 +94,7 @@ ka ba/ gdung 'degs don byed nus pa/
 
 rkyen/ grogs byed
 
-@2
+@2
 
 (kha)
 
@@ -107,7 +107,7 @@ stops kyis khyod ldog pa/
 
 khyod dngos po dang 'brel pa/ khyod dngos po dang tha dad gang
 
-@3
+@3
 
 zhig/ ngos po ldog stobs kyis khyod ldog pa/
 
@@ -745,4 +745,4 @@ public class BinaryFileGenerator extends LinkedList
 		sl.print();
 		wordRaf.writeInt((int)sl.posHijos);
 	}
-}
\ No newline at end of file
+}