This commit is contained in:
rusefillc 2022-03-14 13:11:10 -04:00
parent 7566328816
commit 3076027887
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ struct TriggerExportHelper
TriggerExportHelper() { TriggerExportHelper() {
fp = fopen (TRIGGERS_FILE_NAME, "w+"); fp = fopen (TRIGGERS_FILE_NAME, "w+");
fprintf(fp, "# Generated by rusEfi unit test suite\n"); fprintf(fp, "# Generated by rusEFI unit test suite\n");
fprintf(fp, "# This file is used by TriggerImage tool\n"); fprintf(fp, "# This file is used by TriggerImage tool\n");
fprintf(fp, "# See 'gen_trigger_images.bat'\n"); fprintf(fp, "# See 'gen_trigger_images.bat'\n");
} }