mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-13 16:00:02 +08:00
More CRLF -> LF
This commit is contained in:
parent
fdcc61d318
commit
49b35ff9c2
2 changed files with 39 additions and 39 deletions
tools
|
@ -59,7 +59,7 @@ $compiletime[5] += 1900;
|
||||||
my $ctime = sprintf("%6\$04i-%5\$02i-%4\$02i %3\$02i:%2\$02i:%1\$02i", @compiletime);
|
my $ctime = sprintf("%6\$04i-%5\$02i-%4\$02i %3\$02i:%2\$02i:%1\$02i", @compiletime);
|
||||||
|
|
||||||
print <<EOF
|
print <<EOF
|
||||||
#include <proxmark3.h>
|
#include "proxmark3.h"
|
||||||
/* Generated file, do not edit */
|
/* Generated file, do not edit */
|
||||||
struct version_information __attribute__((section(".version_information"))) version_information = {
|
struct version_information __attribute__((section(".version_information"))) version_information = {
|
||||||
VERSION_INFORMATION_MAGIC,
|
VERSION_INFORMATION_MAGIC,
|
||||||
|
|
Loading…
Add table
Reference in a new issue