Преглед изворни кода

* Small cosmetic improvement to output

git-svn-id: trunk@42795 -
michael пре 6 година
родитељ
комит
c97ffc6658
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/fcl-base/examples/testini.pp

+ 1 - 1
packages/fcl-base/examples/testini.pp

@@ -39,7 +39,7 @@ begin
         WriteLn('  ', lines[i]);
       lines.Clear();
       ini.ReadSectionRaw('main', lines);
-      WriteLn('ReadSectionRaw (with comments, no invalid):');
+      WriteLn('ReadSectionRaw (svn c):');
       for i:=0 to lines.Count-1 do
         WriteLn('  ', lines[i]);
       lines.Clear();