summaryrefslogtreecommitdiff
path: root/lib/memdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r--lib/memdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c
index 3ee16c8eb..2b8808ab0 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -441,7 +441,7 @@ int curl_fclose(FILE *file, int line, const char *source)
{
int res;
- DEBUGDEBUGASSERT(file != NULL);
+ DEBUGASSERT(file != NULL);
res=fclose(file);