bitchx: fix whitespace in patch
This commit is contained in:
parent
33af21c05d
commit
4559460af6
|
@ -3,13 +3,13 @@ index 9cc1e7c..3e4f12d 100644
|
||||||
--- a/include/dcc.h
|
--- a/include/dcc.h
|
||||||
+++ b/include/dcc.h
|
+++ b/include/dcc.h
|
||||||
@@ -97,6 +97,7 @@
|
@@ -97,6 +97,7 @@
|
||||||
#define DCC_OFFER 0x00040000
|
#define DCC_OFFER 0x00040000
|
||||||
#define DCC_DELETE 0x00080000
|
#define DCC_DELETE 0x00080000
|
||||||
#define DCC_TWOCLIENTS 0x00100000
|
#define DCC_TWOCLIENTS 0x00100000
|
||||||
+#define DCC_RESUME_REQ 0x00200000
|
+#define DCC_RESUME_REQ 0x00200000
|
||||||
|
|
||||||
#ifdef NON_BLOCKING_CONNECTS
|
#ifdef NON_BLOCKING_CONNECTS
|
||||||
#define DCC_CNCT_PEND 0x00200000
|
#define DCC_CNCT_PEND 0x00200000
|
||||||
diff --git source/dcc.c source/dcc.c
|
diff --git source/dcc.c source/dcc.c
|
||||||
index d0706f8..b158189 100644
|
index d0706f8..b158189 100644
|
||||||
--- a/source/dcc.c
|
--- a/source/dcc.c
|
||||||
|
|
Loading…
Reference in New Issue