bitchx: fix whitespace in patch

This commit is contained in:
Andrew Benson 2022-02-22 18:04:02 -06:00
parent 33af21c05d
commit 4559460af6

View file

@ -3,13 +3,13 @@ index 9cc1e7c..3e4f12d 100644
--- a/include/dcc.h
+++ b/include/dcc.h
@@ -97,6 +97,7 @@
#define DCC_OFFER 0x00040000
#define DCC_DELETE 0x00080000
#define DCC_TWOCLIENTS 0x00100000
#define DCC_OFFER 0x00040000
#define DCC_DELETE 0x00080000
#define DCC_TWOCLIENTS 0x00100000
+#define DCC_RESUME_REQ 0x00200000
#ifdef NON_BLOCKING_CONNECTS
#define DCC_CNCT_PEND 0x00200000
#define DCC_CNCT_PEND 0x00200000
diff --git source/dcc.c source/dcc.c
index d0706f8..b158189 100644
--- a/source/dcc.c