From 7dc251cf8ed990dd285b5fa5818c3a247e07d95c Mon Sep 17 00:00:00 2001 From: plugwash Date: Mon, 26 Jan 2009 01:27:34 +0000 Subject: [PATCH] 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 --- unitfork.pas | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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} -- 2.30.2