-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cd2c9b
commit 190d2d1
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
/* This is an automatic generated file | ||
DO NOT EDIT! SEE ERR_FCTS.SRC and SCANERR.PL. | ||
Error printing function providing a wrapper for STRINGS | ||
*/ | ||
|
||
#include "../config.h" | ||
|
||
#include "../include/misc.h" | ||
#include "../err_fcts.h" | ||
#include "../strings.h" | ||
|
||
#undef error_exe_corrupt | ||
void error_exe_corrupt(void) | ||
{ displayError(TEXT_ERROR_EXE_CORRUPT); | ||
} | ||
/* This is an automatic generated file | ||
DO NOT EDIT! SEE ERR_FCTS.SRC and SCANERR.PL. | ||
Error printing function providing a wrapper for STRINGS | ||
*/ | ||
|
||
#include "../config.h" | ||
|
||
#include "../include/misc.h" | ||
#include "../err_fcts.h" | ||
#include "../strings.h" | ||
|
||
#undef error_exe_corrupt | ||
void error_exe_corrupt(void) | ||
{ displayError(TEXT_ERROR_EXE_CORRUPT); | ||
} |