summaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/files/patch-src_display_img.h
blob: 272fc42f0a6e990f8a37d4926109ed16103f213f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/display/img.h.orig	2023-07-15 23:49:00 UTC
+++ src/display/img.h
@@ -69,6 +69,7 @@ typedef uint32_t pel;
 #   define GETB(p)             ((chan)(((p) & (pel)0xff000000) >> 24))
 #   define GETA(p)             ((chan)(((p) & (pel)0x000000ff)      ))
 #endif
+#else
 #   error "no endianness defined"
 #endif