X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/30f2a7d38fd35b2427a7eb42e1cd75fb1105f927..fb6e5aa8630a2d181bcc82d7a3b2b3108d57937f:/tools/rbt2c.pl

diff --git a/tools/rbt2c.pl b/tools/rbt2c.pl
index 949c9ae9..3e1e1fc4 100644
--- a/tools/rbt2c.pl
+++ b/tools/rbt2c.pl
@@ -3,6 +3,8 @@
 # This tool converts a Xilinx xxx.rbt FPGA bitstream to a table that will
 # compile as C source code. The output format is DWORDs, MSB first.
 
+local $/ = "\r\n";
+
 print "// Generated by rbt2c.pl, do not edit!\n\n";
 
 for(1..7) {