Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
5da98081d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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