diff options
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r-- | toxcore/Messenger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index bb70a44a..2dd8b82a 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c | |||
@@ -1488,7 +1488,7 @@ int file_control(Messenger *m, int32_t friendnumber, uint8_t send_receive, uint8 | |||
1488 | } | 1488 | } |
1489 | } | 1489 | } |
1490 | 1490 | ||
1491 | #define MIN_SLOTS_FREE 4 | 1491 | #define MIN_SLOTS_FREE (CRYPTO_MIN_QUEUE_LENGTH / 2) |
1492 | /* Send file data. | 1492 | /* Send file data. |
1493 | * | 1493 | * |
1494 | * return 0 on success | 1494 | * return 0 on success |