From ad3887eda5079945c973a7306fdcbe74ed56d5c7 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Wed, 26 Oct 2016 10:00:51 +0000 Subject: [PATCH] Refs #159. Added missing line of file comment header in SettingsUnit.pas. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@172 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Host/Source/MicroBoot/SettingsUnit.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/Host/Source/MicroBoot/SettingsUnit.pas b/Host/Source/MicroBoot/SettingsUnit.pas index a9651d0c..f7d73cd4 100644 --- a/Host/Source/MicroBoot/SettingsUnit.pas +++ b/Host/Source/MicroBoot/SettingsUnit.pas @@ -29,6 +29,7 @@ unit SettingsUnit; // You have received a copy of the GNU General Public License along with OpenBLT. It // should be located in ".\Doc\license.html". If not, contact Feaser to obtain a copy. // +//*************************************************************************************** interface