]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
chg: too many \ slashes
authoriceman1001 <iceman@iuse.se>
Tue, 14 Mar 2017 07:37:13 +0000 (08:37 +0100)
committericeman1001 <iceman@iuse.se>
Tue, 14 Mar 2017 07:37:13 +0000 (08:37 +0100)
client/util.h

index 87541f4b7def0e91e37fe475bd539d83896eb859..ede50e8c19d6729f7427c6126614e514fbac8a08 100644 (file)
 
 // Byte swapping
 #ifndef BSWAP_64
-#define        BSWAP_64(x)     (((uint64_t)(x) << 56) | \\
-                        (((uint64_t)(x) << 40) & 0xff000000000000ULL) | \\
-                        (((uint64_t)(x) << 24) & 0xff0000000000ULL) | \\
-                        (((uint64_t)(x) << 8)  & 0xff00000000ULL) | \\
-                        (((uint64_t)(x) >> 8)  & 0xff000000ULL) | \\
-                        (((uint64_t)(x) >> 24) & 0xff0000ULL) | \\
-                        (((uint64_t)(x) >> 40) & 0xff00ULL) | \\
+#define        BSWAP_64(x)     (((uint64_t)(x) << 56) | \
+                        (((uint64_t)(x) << 40) & 0xff000000000000ULL) | \
+                        (((uint64_t)(x) << 24) & 0xff0000000000ULL) | \
+                        (((uint64_t)(x) << 8)  & 0xff00000000ULL) | \
+                        (((uint64_t)(x) >> 8)  & 0xff000000ULL) | \
+                        (((uint64_t)(x) >> 24) & 0xff0000ULL) | \
+                        (((uint64_t)(x) >> 40) & 0xff00ULL) | \
                         ((uint64_t)(x)  >> 56))
 #endif
 #ifndef BSWAP_32
Impressum, Datenschutz