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 e9a66272..22b5cd95 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c | |||
@@ -2349,7 +2349,7 @@ static char *ID2String(uint8_t *client_id) | |||
2349 | } | 2349 | } |
2350 | #endif | 2350 | #endif |
2351 | 2351 | ||
2352 | /* Minimum messenger run interval in ms | 2352 | /* Minimum messenger run interval in ms |
2353 | TODO: A/V */ | 2353 | TODO: A/V */ |
2354 | #define MIN_RUN_INTERVAL 50 | 2354 | #define MIN_RUN_INTERVAL 50 |
2355 | 2355 | ||