Skip to content

Commit

Permalink
Fix line endings for err87.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Aug 14, 2018
1 parent 0cd2c9b commit 190d2d1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions lib/err87.c
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);
}

0 comments on commit 190d2d1

Please sign in to comment.