浏览代码

+ Fixed typo

michael 27 年之前
父节点
当前提交
9136b41fb6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/linuxex/ex5.pp

+ 1 - 1
docs/linuxex/ex5.pp

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