Browse Source

add a semicolon to make left sidepanel in PET display the module structure again.

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7225 8c9fc860-2736-0410-a75d-ab315db34111
eth.hunzikerp 8 years ago
parent
commit
5da98081d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/WMSimpleGraphs.Mod

+ 1 - 1
source/WMSimpleGraphs.Mod

@@ -16,7 +16,7 @@ TYPE
 
 TYPE
 	Window=OBJECT(WM.BufferWindow);
-	VAR width,height:LONGINT
+	VAR width,height:LONGINT;
 	
 		PROCEDURE Update(w,h: LONGINT);
 		BEGIN