gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl - FIX inc, forgot a ;
[mjc2wsl.git] / src / mjc2wsl.java
index 77678a0..10e9c2c 100644 (file)
@@ -419,7 +419,7 @@ public class mjc2wsl{
                        
                        case inc  : {
                                int b1 = get(), b2 = get();
-                               prl(loc(b1)+" := " +loc(b1)+" + "+b2);
+                               prl(loc(b1)+" := " +loc(b1)+" + "+b2+";");
                                break;
                        }
                        //TODO new_ newarray
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner