Skip to content

Commit 5e6c528

Browse files
committed
Fixed typo
1 parent 5bf6649 commit 5e6c528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demos/Demo03/Project1.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ program Project1;
44

55
uses
66
Forms,
7-
Unit1 in 'Unit1.pas' {Form1`};
7+
Unit1 in 'Unit1.pas' {Form1};
88

99
{$R *.res}
1010

0 commit comments

Comments
 (0)