Browse Source

+ Fixed typo

michael 27 years ago
parent
commit
9136b41fb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/linuxex/ex5.pp

+ 1 - 1
docs/linuxex/ex5.pp

@@ -4,7 +4,7 @@ Program Example5;
 
 Uses linux;
 
-Var Hour, Minute, Second : Word
+Var Hour, Minute, Second : Word;
 
 begin
   GetTime (Hour, Minute, Second);