diff --git a/src/util/memory.c b/src/util/memory.c index 6a881cec6..109a06a81 100644 --- a/src/util/memory.c +++ b/src/util/memory.c @@ -27,7 +27,7 @@ static int alloc_try = 0; static int -patience(char *of) +patience(const char *of) { ++alloc_try; if (alloc_try < ALLOC_MAXTRIES) {