From: plugwash Date: Mon, 26 Jan 2009 01:27:34 +0000 (+0000) Subject: fix up some line ending issues in previous commit X-Git-Url: http://www.lcore.org/git/lcore.git/commitdiff_plain/7dc251cf8ed990dd285b5fa5818c3a247e07d95c?ds=sidebyside fix up some line ending issues in previous commit note, I forgot to mention in previous commit message that I added lmessages to the uses clause of the test app to check it was buildable. git-svn-id: file:///svnroot/lcore/trunk@30 b1de8a11-f9be-4011-bde0-cc7ace90066a --- diff --git a/unitfork.pas b/unitfork.pas index 5239fc0..cd008da 100755 --- a/unitfork.pas +++ b/unitfork.pas @@ -1,7 +1,7 @@ -{ Copyright (C) 2005 Bas Steendijk and Peter Green - For conditions of distribution and use, see copyright notice in zlib_license.txt - which is included in the package - ----------------------------------------------------------------------------- } +{ Copyright (C) 2005 Bas Steendijk and Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } unit unitfork; interface @@ -19,7 +19,7 @@ uses {$else} baseunix,unix,unixutil, {$endif} - sysutils; + sysutils; {$include unixstuff.inc}