Skip to content

Commit b5ad1b4

Browse files
author
Markus Humm
committed
Fixed git's automerging code corruption.
1 parent c849f1b commit b5ad1b4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Demos/Cipher_FMX/Cipher_FMX.dpr

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ program Cipher_FMX;
33
uses
44
System.StartUpCopy,
55
FMX.Forms,
6-
<<<<<<< HEAD
76
MainFormCipherFMX in 'MainFormCipherFMX.pas' {FormMain};
8-
=======
9-
MainForm in 'MainFormCipherFMX.pas' {FormMain};
10-
>>>>>>> development
117

128
{$R *.res}
139

Demos/Hash_FMX/Hash_FMX.dpr

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ program Hash_FMX;
33
uses
44
System.StartUpCopy,
55
FMX.Forms,
6-
<<<<<<< HEAD
76
MainFormHashFMX in 'MainFormHashFMX.pas' {FormMain};
8-
=======
9-
MainForm in 'MainFormHashFMX.pas' {FormMain};
10-
>>>>>>> development
117

128
{$R *.res}
139

0 commit comments

Comments
 (0)