Skip to content

Commit 63284c3

Browse files
committed
Make compiler happy
1 parent 28810a9 commit 63284c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/HackWindowsInstaller.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ begin
903903
end;
904904
}
905905
906+
result:='';
906907
LogAsImportant('---DONE---');
907908
end;
908909

src/zz_Preprocessor_Result.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ begin
660660
end;
661661
}
662662
663+
result:='';
663664
LogAsImportant('---DONE---');
664665
end;
665666

0 commit comments

Comments
 (0)