1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[patience] const char *

This commit is contained in:
Witold Filipczyk 2022-01-16 21:13:17 +01:00
parent 881f896e85
commit cef8851646

View File

@ -27,7 +27,7 @@
static int alloc_try = 0; static int alloc_try = 0;
static int static int
patience(char *of) patience(const char *of)
{ {
++alloc_try; ++alloc_try;
if (alloc_try < ALLOC_MAXTRIES) { if (alloc_try < ALLOC_MAXTRIES) {